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

Merge pull request #14200 from spencer1248/fix_typo_in_app_generator_test_name

Fix test name typo in app generator tests.
This commit is contained in:
Carlos Antonio da Silva 2014-02-25 19:26:41 -03:00
commit 7c2ce0403b

View file

@ -265,7 +265,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
end
end
def test_inclusion_of_plateform_dependent_gems
def test_inclusion_of_platform_dependent_gems
run_generator([destination_root])
if RUBY_ENGINE == 'rbx'
assert_gem 'rubysl'