Sha256: 2dcb409a9e3f8bb83339d96c28144e246a87c2d99e2aae61121b72cd6fa9f1e6

Contents?: true

Size: 299 Bytes

Versions: 31

Compression:

Stored size: 299 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/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
  watch(%r{^spec/support/(.+)\.rb$})                  { "spec" }
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
rest-in-peace-6.2.0 Guardfile
rest-in-peace-6.1.1 Guardfile
rest-in-peace-6.1.0 Guardfile
rest-in-peace-6.0.4 Guardfile
rest-in-peace-6.0.3 Guardfile
rest-in-peace-6.0.2 Guardfile
rest-in-peace-6.0.0 Guardfile
rest-in-peace-5.1.0 Guardfile
rest-in-peace-5.0.2 Guardfile
rest-in-peace-5.0.1 Guardfile
rest-in-peace-5.0.0 Guardfile
rest-in-peace-4.2.1 Guardfile
rest-in-peace-4.2.0 Guardfile
rest-in-peace-4.1.1 Guardfile
rest-in-peace-4.1.0 Guardfile
rest-in-peace-4.0.0 Guardfile
rest-in-peace-3.0.0 Guardfile
rest-in-peace-2.0.4 Guardfile
stressfactor-0.0.1 Guardfile
rest-in-peace-2.0.3 Guardfile