diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-03-02 12:31:19 -0300 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-03-02 12:31:19 -0300 |
commit | 06c2927e1a1c1c99c9a11b804674f7272c256160 (patch) | |
tree | faa37ec4c7dcb4e9551f59c669ca2f1b121d2b7b | |
parent | a696d970390511b6f43f7ccdd8979359f2050777 (diff) | |
parent | 37c75c7ccb8a995e959f401d0025635de9c1b298 (diff) | |
download | rails-06c2927e1a1c1c99c9a11b804674f7272c256160.tar.gz rails-06c2927e1a1c1c99c9a11b804674f7272c256160.tar.bz2 rails-06c2927e1a1c1c99c9a11b804674f7272c256160.zip |
Merge pull request #24002 from 5t111111/fix-typo-in-app_generator_test
Fix typo in app_generator_test.rb
-rw-r--r-- | railties/test/generators/app_generator_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb index 11b795bc9f..4d6b2da896 100644 --- a/railties/test/generators/app_generator_test.rb +++ b/railties/test/generators/app_generator_test.rb @@ -200,7 +200,7 @@ class AppGeneratorTest < Rails::Generators::TestCase end end - def test_rails_update_set_the_cookie_serializer_to_marchal_if_it_is_not_already_configured + def test_rails_update_set_the_cookie_serializer_to_marshal_if_it_is_not_already_configured app_root = File.join(destination_root, 'myapp') run_generator [app_root] |