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:
commit
7c2ce0403b
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_inclusion_of_plateform_dependent_gems
|
def test_inclusion_of_platform_dependent_gems
|
||||||
run_generator([destination_root])
|
run_generator([destination_root])
|
||||||
if RUBY_ENGINE == 'rbx'
|
if RUBY_ENGINE == 'rbx'
|
||||||
assert_gem 'rubysl'
|
assert_gem 'rubysl'
|
||||||
|
|
Loading…
Reference in a new issue