Sha256: 356f975946d530e38fbc5268d863e747812a3cc181351af2ad767119afb504bd

Contents?: true

Size: 429 Bytes

Versions: 12

Compression:

Stored size: 429 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')
  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

12 entries across 12 versions & 1 rubygems

Version Path
guard-spork-1.5.0 lib/guard/spork/templates/Guardfile
guard-spork-1.4.3 lib/guard/spork/templates/Guardfile
guard-spork-1.4.2 lib/guard/spork/templates/Guardfile
guard-spork-1.4.1 lib/guard/spork/templates/Guardfile
guard-spork-1.4.0 lib/guard/spork/templates/Guardfile
guard-spork-1.3.0 lib/guard/spork/templates/Guardfile
guard-spork-1.2.3 lib/guard/spork/templates/Guardfile
guard-spork-1.2.2 lib/guard/spork/templates/Guardfile
guard-spork-1.2.1 lib/guard/spork/templates/Guardfile
guard-spork-1.2.0 lib/guard/spork/templates/Guardfile
guard-spork-1.1.0 lib/guard/spork/templates/Guardfile
guard-spork-1.0.1 lib/guard/spork/templates/Guardfile