aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/actions_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/generators/actions_test.rb')
-rw-r--r--railties/test/generators/actions_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/actions_test.rb b/railties/test/generators/actions_test.rb
index 196cec3ce7..b59ec524e8 100644
--- a/railties/test/generators/actions_test.rb
+++ b/railties/test/generators/actions_test.rb
@@ -20,7 +20,7 @@ class ActionsTest < GeneratorsTestCase
end
def test_invoke_other_generator_with_full_namespace
- action :invoke, 'rails:generators:model', ['my_model']
+ action :invoke, 'rails:model', ['my_model']
assert_file 'app/models/my_model.rb', /MyModel/
end