remove trailing white-spaces from test/integration/routing_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6653 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
17c87c1432
commit
db8beabfa3
|
@ -241,7 +241,6 @@ class RoutingTest < ActionController::IntegrationTest
|
|||
should_route :get, "/projects/redmine/repository/changes/path/to/file.c", :controller => 'repositories', :action => 'changes', :id => 'redmine', :path => %w[path to file.c]
|
||||
should_route :get, "/projects/redmine/repository/statistics", :controller => 'repositories', :action => 'stats', :id => 'redmine'
|
||||
|
||||
|
||||
should_route :post, "/projects/redmine/repository/edit", :controller => 'repositories', :action => 'edit', :id => 'redmine'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue