remove trailing white-spaces from test/functional/projects_controller_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6917 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f93feb7e30
commit
a117b9a924
|
@ -186,7 +186,7 @@ class ProjectsControllerTest < ActionController::TestCase
|
|||
assert_kind_of Project, project
|
||||
assert_equal Project.find(1), project.parent
|
||||
end
|
||||
|
||||
|
||||
should "continue" do
|
||||
assert_difference 'Project.count' do
|
||||
post :create, :project => {:name => "blog", :identifier => "blog"}, :continue => 'Create and continue'
|
||||
|
|
Loading…
Reference in New Issue