Fix indent

This commit is contained in:
Jeremy Kemper
2010-07-02 11:32:05 -07:00
parent 9e6e648732
commit aeaa4687ea

View File

@@ -19,7 +19,7 @@ module ApplicationTests
end
def test_should_run_ruby_statement
assert_match "42", Dir.chdir(app_path) { `bundle exec rails runner "puts User.count"` }
assert_match "42", Dir.chdir(app_path) { `bundle exec rails runner "puts User.count"` }
end
def test_should_run_file