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:
commit
06c2927e1a
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue