Sha256: 1f9c7fc1b3c5cc913418e1581a1dba5dd9bbb692eae5c677c0faab5b78902608

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rformat-0.1.2 Guardfile
rformat-0.1.1 Guardfile
rformat-0.1.0 Guardfile