Sha256: 993d7dda9e35b7f810a62387f7c57de4a6c8791c192caf1c38a8e49ac64151cd

Contents?: true

Size: 313 Bytes

Versions: 66

Compression:

Stored size: 313 Bytes

Contents

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

guard :rspec, cmd: 'bundle exec rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})   { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')        { "spec" }
  watch(%r{^spec/support/(.+)\.rb$})  { "spec" }
end

Version data entries

66 entries across 66 versions & 2 rubygems

Version Path
routemaster-drain-3.7.1 Guardfile
routemaster-drain-3.7.0 Guardfile
materialist-3.8.3 Guardfile
materialist-3.8.2 Guardfile
materialist-3.8.1 Guardfile
routemaster-drain-3.6.8 Guardfile
routemaster-drain-3.6.7 Guardfile
materialist-3.8.0 Guardfile
routemaster-drain-3.6.6 Guardfile
materialist-3.7.0 Guardfile
materialist-3.6.0 Guardfile
routemaster-drain-3.6.5 Guardfile
routemaster-drain-3.6.4 Guardfile
materialist-3.5.0 Guardfile
routemaster-drain-3.6.3 Guardfile
routemaster-drain-3.6.2 Guardfile
routemaster-drain-3.6.1 Guardfile
routemaster-drain-3.6.0 Guardfile
materialist-3.4.0 Guardfile
routemaster-drain-3.5.1 Guardfile