Sha256: ce725cd072642bca6e90cc9951a3c3c735404539cc3c03d26fb2ce315573329b

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
typekit-client-0.0.4 Guardfile
apitizer-0.0.1 Guardfile
typekit-client-0.0.3 Guardfile