mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
tell people about new autospec
This commit is contained in:
@ -27,6 +27,7 @@ guard 'jshint-on-rails', config_path: 'config/jshint.yml' do
|
||||
end
|
||||
|
||||
unless ENV["USING_AUTOSPEC"]
|
||||
puts "Sam strongly recommends you Run: `bundle exec rake autospec` in favor of guard for specs, set USING_AUTOSPEC in .rvmrc to disable from Guard"
|
||||
guard :spork, wait: 120 do
|
||||
watch('config/application.rb')
|
||||
watch('config/environment.rb')
|
||||
|
Reference in New Issue
Block a user