Sha256: 7e70270a537035f5ef99a0468d7e6b74fd6ec4f17d54e4098c66bfdeee96cdde
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAILS_ENV' => 'test' } do watch('config/application.rb') watch('config/environment.rb') watch(%r{^config/environments/.+\.rb$}) watch(%r{^config/initializers/.+\.rb$}) watch('Gemfile') watch('Gemfile.lock') watch('spec/spec_helper.rb') watch('test/test_helper.rb') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
guard-spork-0.3.2 | lib/guard/spork/templates/Guardfile |
guard-spork-0.3.1 | lib/guard/spork/templates/Guardfile |
guard-spork-0.3.0 | lib/guard/spork/templates/Guardfile |