Sha256: 86596df511c063d44d747f08f3c83dd0f5fc8b4b5a6ec39e9df63cba6ebe8f78

Contents?: true

Size: 162 Bytes

Versions: 9

Compression:

Stored size: 162 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
media_magick-0.4.1 Guardfile
media_magick-0.4.0 Guardfile
media_magick-0.3.3 Guardfile
media_magick-0.3.2 Guardfile
media_magick-0.3.0 Guardfile
attributer-0.1.0 Guardfile
wix-apps-0.0.3 Guardfile
wix-apps-0.0.2 Guardfile
wix-apps-0.0.1 Guardfile