Sha256: 7184b7f58d9d56bcad19046bcf9cfd0a260e18983a8a1e3c53882a044f6b7e35

Contents?: true

Size: 225 Bytes

Versions: 18

Compression:

Stored size: 225 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" }
  watch(%r{^lib/.+haml$}) { |m| "spec/lib/bait/api_spec.rb" }
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bait-0.5.13 Guardfile
bait-0.5.12 Guardfile
bait-0.5.11 Guardfile
bait-0.5.10 Guardfile
bait-0.5.9 Guardfile
bait-0.5.6 Guardfile
bait-0.5.5 Guardfile
bait-0.5.4 Guardfile
bait-0.5.2 Guardfile
bait-0.5.1 Guardfile
bait-0.5.0 Guardfile
bait-0.4.1 Guardfile
bait-0.4.0 Guardfile
bait-0.3.2 Guardfile
bait-0.3.1 Guardfile
bait-0.3.0 Guardfile
bait-0.2.1 Guardfile
bait-0.2.0 Guardfile