Sha256: eafb954107e1bd1a480f358e6ea52ad6936c499bd0fb2cf06ce95458ba6d7115

Contents?: true

Size: 311 Bytes

Versions: 25

Compression:

Stored size: 311 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(%r{spec/.+\.rb})
  watch(%r{features/support/.+\.rb$})
  watch(%r{^lib/.+\.rb$})
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
rest-assured-2.0.0 Guardfile
rest-assured-1.2.2 Guardfile
rest-assured-1.2.1 Guardfile
rest-assured-1.2.0 Guardfile
rest-assured-1.1.10 Guardfile
rest-assured-1.1.9 Guardfile
rest-assured-1.1.8 Guardfile
rest-assured-1.1.7 Guardfile
rest-assured-1.1.6 Guardfile
rest-assured-1.1.5 Guardfile
rest-assured-1.1.4 Guardfile
rest-assured-1.1.3 Guardfile
rest-assured-1.1.2 Guardfile
rest-assured-1.1.1 Guardfile
rest-assured-1.1.0 Guardfile
rest-assured-1.0.0 Guardfile
rest-assured-1.0.0.rc2 Guardfile
rest-assured-1.0.0.rc1 Guardfile
rest-assured-0.3.2 Guardfile
rest-assured-0.3.1 Guardfile