mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
tell people about new autospec
This commit is contained in:
parent
05fb871a40
commit
134af233ad
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ guard 'jshint-on-rails', config_path: 'config/jshint.yml' do
|
||||||
end
|
end
|
||||||
|
|
||||||
unless ENV["USING_AUTOSPEC"]
|
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
|
guard :spork, wait: 120 do
|
||||||
watch('config/application.rb')
|
watch('config/application.rb')
|
||||||
watch('config/environment.rb')
|
watch('config/environment.rb')
|
||||||
|
|
Loading…
Reference in a new issue