aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-02-10 00:22:42 +0100
committerXavier Noria <fxn@hashref.com>2016-02-10 00:45:19 +0100
commit00a5eb6aeb1277472da5fe9e7dd02d003c766b13 (patch)
tree444bccc9ddceb070661a24775dcf60930f98d6e1 /railties/test
parentde6ad5665d2679944a9ee9407826ba88395a1003 (diff)
downloadrails-00a5eb6aeb1277472da5fe9e7dd02d003c766b13.tar.gz
rails-00a5eb6aeb1277472da5fe9e7dd02d003c766b13.tar.bz2
rails-00a5eb6aeb1277472da5fe9e7dd02d003c766b13.zip
include spring-watcher-listen in the Gemfile of new applications
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/generators/app_generator_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index f4d0b15546..be05e779ea 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -483,6 +483,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
run_generator
if RbConfig::CONFIG['host_os'] =~ /darwin|linux/
assert_gem 'listen'
+ assert_gem 'spring-watcher-listen'
else
assert_file 'Gemfile' do |content|
assert_no_match(/listen/, content)