Sha256: 3396bfcca19dc685af1fde30fa04d204b7cd211c2a53564beadb94ed8e45fafa

Contents?: true

Size: 328 Bytes

Versions: 12

Compression:

Stored size: 328 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
milksteak-0.0.15 Guardfile
milksteak-0.0.13 Guardfile
milksteak-0.0.12 Guardfile
milksteak-0.0.11 Guardfile
milksteak-0.0.10 Guardfile
milksteak-0.0.9 Guardfile
milksteak-0.0.8 Guardfile
milksteak-0.0.7 Guardfile
milksteak-0.0.6 Guardfile
milksteak-0.0.4 Guardfile
milksteak-0.0.3 Guardfile
milksteak-0.0.2 Guardfile