mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Make sure that spring is loaded in development only
This commit is contained in:
parent
53fc2f89f6
commit
647d4fd789
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
|||
|
||||
def test_spring
|
||||
run_generator
|
||||
assert_file "Gemfile", /gem 'spring'/
|
||||
assert_file "Gemfile", /gem 'spring', \s+group: :development/
|
||||
end
|
||||
|
||||
def test_spring_binstubs
|
||||
|
|
Loading…
Reference in a new issue