aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators_test.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-31 20:50:21 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-31 20:50:21 +0530
commitc0be6c9811512e242c38d2576270531e95152f16 (patch)
tree2aa657429414a46bb1bccc90522d5a240f0367bb /railties/test/generators_test.rb
parent3b0b573ac3ecbec5b1fa021abbe86b267bbefb8c (diff)
downloadrails-c0be6c9811512e242c38d2576270531e95152f16.tar.gz
rails-c0be6c9811512e242c38d2576270531e95152f16.tar.bz2
rails-c0be6c9811512e242c38d2576270531e95152f16.zip
cleanup railties test; fix typos
Diffstat (limited to 'railties/test/generators_test.rb')
-rw-r--r--railties/test/generators_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators_test.rb b/railties/test/generators_test.rb
index 9953aa929b..361784f509 100644
--- a/railties/test/generators_test.rb
+++ b/railties/test/generators_test.rb
@@ -164,7 +164,7 @@ class GeneratorsTest < Rails::Generators::TestCase
Rails::Generators.invoke "super_shoulda:model", ["Account"]
end
- def test_developer_options_are_overwriten_by_user_options
+ def test_developer_options_are_overwritten_by_user_options
Rails::Generators.options[:with_options] = { generate: false }
self.class.class_eval(<<-end_eval, __FILE__, __LINE__ + 1)