Skip to content

Commit cbe80ac

Browse files
committed
Fix console warning
This gets rid of the warning message that was appearing when the rails console was started as per guard/guard-rspec#396.
1 parent 083cf67 commit cbe80ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ group :development, :test do
3030
gem 'pry-stack_explorer'
3131
gem 'awesome_print'
3232
gem 'rspec-rails'
33-
gem 'guard-rspec'
33+
gem 'guard-rspec', require: false
3434
gem 'growl'
3535
gem 'rake', '< 11.0'
3636
gem 'rails-controller-testing'

0 commit comments

Comments
 (0)