diff --git a/Guardfile b/Guardfile index eb83ffc..2810f24 100644 --- a/Guardfile +++ b/Guardfile @@ -1,3 +1,5 @@ +directories %w[app config spec] + guard 'spork', rspec_env: { RAILS_ENV: 'test' } do watch('config/application.rb') watch('config/environment.rb')