Skip to content

Commit

Permalink
Whitespace fix. Closes #9845.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7839 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Oct 11, 2007
1 parent c8d9a07 commit ac102b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/rails_resource_generator_test.rb
Expand Up @@ -71,7 +71,7 @@ def setup
end end
end end
def teardown def teardown
FileUtils.rm_rf "#{RAILS_ROOT}/app" FileUtils.rm_rf "#{RAILS_ROOT}/app"
FileUtils.rm_rf "#{RAILS_ROOT}/test" FileUtils.rm_rf "#{RAILS_ROOT}/test"
FileUtils.rm_rf "#{RAILS_ROOT}/config" FileUtils.rm_rf "#{RAILS_ROOT}/config"
Expand Down

0 comments on commit ac102b1

Please sign in to comment.