Sha256: e6d57b6946f1c2a6769542fe9279057ddf49c942397b1dca1775d3e614d80f1a

Contents?: true

Size: 409 Bytes

Versions: 4

Compression:

Stored size: 409 Bytes

Contents

guard :spork, :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAILS_ENV' => 'test' } do
  watch('config/application.rb')
  watch('config/environment.rb')
  watch('config/environments/test.rb')
  watch(%r{^config/initializers/.+\.rb$})
  watch('Gemfile.lock')
  watch('spec/spec_helper.rb') { :rspec }
  watch('test/test_helper.rb') { :test_unit }
  watch(%r{features/support/}) { :cucumber }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
guard-spork-2.1.0 lib/guard/spork/templates/Guardfile
guard-spork-2.0.2 lib/guard/spork/templates/Guardfile
guard-spork-2.0.1 lib/guard/spork/templates/Guardfile
guard-spork-2.0.0 lib/guard/spork/templates/Guardfile