Sha256: 18e383c632b48a42b006039ee24daa0cb0bb654981673ebcdf6b62ad314049f6

Contents?: true

Size: 317 Bytes

Versions: 19

Compression:

Stored size: 317 Bytes

Contents

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

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}/#{m[2]}_spec.rb" }
  watch(%r{^lib/(.+)\.rb$})      { |m| "spec/lib/#{m[1]}_spec.rb" }

  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
digital_ocean-1.5.0 Guardfile
digital_ocean-1.4.0 Guardfile
digital_ocean-1.3.0 Guardfile
riot_api-0.1.0 Guardfile
riot_api-0.0.4 Guardfile
riot_api-0.0.2 Guardfile
riot_api-0.0.1 Guardfile
digital_ocean-1.2.0 Guardfile
digital_ocean-1.0.1 Guardfile
digital_ocean-1.0.0 Guardfile
digital_ocean-0.2.0 Guardfile
digital_ocean-0.1.0 Guardfile
digital_ocean-0.0.1 Guardfile
digital_ocean-0.0.1alpha1 Guardfile
onlinebrief24-1.0.4 Guardfile
onlinebrief24-1.0.3 Guardfile
onlinebrief24-1.0.2 Guardfile
onlinebrief24-1.0.0 Guardfile
onlinebrief24-0.0.1 Guardfile