1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #24002 from 5t111111/fix-typo-in-app_generator_test

Fix typo in app_generator_test.rb
This commit is contained in:
Rafael França 2016-03-02 12:31:19 -03:00
commit 06c2927e1a

View file

@ -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]