index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
files_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-8
/
+29
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-6
/
+1
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Adds flash messages to files_controller#create (#19793).
Jean-Philippe Lang
2015-05-09
1
-0
/
+11
*
add missing fixture to FilesControllerTest
Toshi MARUYAMA
2015-01-25
1
-1
/
+3
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced some #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-20
1
-6
/
+4
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-11
1
-1
/
+0
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-3
/
+17
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-2
/
+2
*
Tests should not change settings.
Jean-Philippe Lang
2012-07-08
1
-6
/
+6
*
Adds helpers for testing email body.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
back out from r9031 to r9036
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Rails3: test: add .to_s for mail's bodies check at functional/files_controlle...
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Do not do assertions on mail class.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Adds functional tests.
Jean-Philippe Lang
2012-02-23
1
-0
/
+19
*
remove duplicate fixtures from test/functional/files_controller_test.rb
Toshi MARUYAMA
2011-09-25
1
-1
/
+0
*
Rails3: replace "all" fixtures at test/functional/files_controller_test.rb
Toshi MARUYAMA
2011-09-25
1
-1
/
+12
*
remove trailing white-spaces from test/functional/files_controller_test.rb.
Toshi MARUYAMA
2011-08-30
1
-7
/
+7
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Adds leading slash to all assert_redirected_to arguments (#6887).
Jean-Philippe Lang
2010-11-14
1
-2
/
+2
*
Refactor: convert FilesController to a restful resource.
Eric Davis
2010-09-14
1
-3
/
+3
*
Refactor: split FilesController#new into #new and #create.
Eric Davis
2010-09-13
1
-4
/
+4
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
1
-0
/
+38
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
1
-0
/
+29