Whitespace fix. Closes #9845.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7839 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2007-10-11 22:42:26 +00:00
parent c8d9a07a00
commit ac102b1054

View File

@@ -71,7 +71,7 @@ class RailsResourceGeneratorTest < Test::Unit::TestCase
end
end
def teardown
def teardown
FileUtils.rm_rf "#{RAILS_ROOT}/app"
FileUtils.rm_rf "#{RAILS_ROOT}/test"
FileUtils.rm_rf "#{RAILS_ROOT}/config"