]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from test/functional/projects_controller_test.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 31 Aug 2011 16:01:47 +0000 (16:01 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 31 Aug 2011 16:01:47 +0000 (16:01 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6917 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/projects_controller_test.rb

index bdff70c223ae9ef5c7c465bc71b04df5fc4544ae..6125745dbc70fe92fad957d8272a28aa31700b44 100644 (file)
@@ -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'