Sha256: 173bf54ab7643c6a5a50d415894aaa1f0c606669262f2013de68dd1fc31ac48a

Contents?: true

Size: 132 Bytes

Versions: 2

Compression:

Stored size: 132 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
egg_carton-0.2 Guardfile
egg_carton-0.1 Guardfile