Sha256: ec6054aadf09e44be2754dd11685b97034d7c49d898da0c0c45ecc32f9abacac

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'spork', :cucumber_env => { 'RACK_ENV' => 'test' }, :rspec_env => { 'RACK_ENV' => 'test' } do
  watch('Gemfile')
  watch('Gemfile.lock')
  watch('spec/spec_helper.rb')
  watch(%r{features/support/.+\.rb$})
  watch(%r{^lib/.+\.rb$})
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rest-assured-0.2.0.rc4 Guardfile
rest-assured-0.2.0.rc3 Guardfile
rest-assured-0.2.0.rc2 Guardfile
rest-assured-0.2.0.rc1 Guardfile
rest-assured-0.1.4 Guardfile
rest-assured-0.1.3 Guardfile
rest-assured-0.1.2 Guardfile