Sha256: b7c35f868166c5ed246e950266a386865b1d2272284e7023ccb4fd1b1c7b622e

Contents?: true

Size: 229 Bytes

Versions: 5

Compression:

Stored size: 229 Bytes

Contents

guard 'bundler' do
  watch(/^Gemfile/)
  watch(/^.+\.gemspec/)
end

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
guard-consistency_fail-0.0.9 Guardfile
guard-consistency_fail-0.0.8 Guardfile
guard-consistency_fail-0.0.7 Guardfile
guard-consistency_fail-0.0.6 Guardfile
guard-consistency_fail-0.0.5 Guardfile