From: Toshi MARUYAMA Date: Wed, 31 Aug 2011 16:01:47 +0000 (+0000) Subject: remove trailing white-spaces from test/functional/projects_controller_test.rb. X-Git-Tag: 1.3.0~1046 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a117b9a92464c20983d4aa0fac1be885df2a5cc3;p=redmine.git 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 --- diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index bdff70c22..6125745db 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -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'