Sha256: 95a7076b929bdec22b5ec3bf527ee5f4466663f78f84f0e060a61c2f4faf2adb

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

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

guard :rspec, :cmd => 'rspec --color' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rainbow-1.99.2 Guardfile
rainbow-1.99.0 Guardfile