1
0
Fork 0
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:
Arun Agrawal 2013-12-05 18:19:17 +01:00
parent 53fc2f89f6
commit 647d4fd789

View file

@ -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