mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #2620 from cesario/3-1-0
Fix CI and rename 1 misleading test case.
This commit is contained in:
parent
63d3809e31
commit
35c8a896fc
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
|||
assert_file "test/performance/browsing_test.rb"
|
||||
end
|
||||
|
||||
def test_generator_if_skip_active_record_is_given
|
||||
def test_generator_if_skip_sprockets_is_given
|
||||
run_generator [destination_root, "--skip-sprockets"]
|
||||
assert_file "config/application.rb" do |content|
|
||||
assert_match(/#\s+require\s+["']sprockets\/railtie["']/, content)
|
||||
|
|
Loading…
Reference in a new issue