Sha256: b5e5c52bdddc157c2c446631bbfa8e73b89fd6272178c7ffd520b07a4ae1d9f6

Contents?: true

Size: 176 Bytes

Versions: 12

Compression:

Stored size: 176 Bytes

Contents

guard 'rspec', version: 2 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

12 entries across 12 versions & 1 rubygems

Version Path
tp-0.5.1 Guardfile
tp-0.5.0 Guardfile
tp-0.4.1 Guardfile
tp-0.4.0 Guardfile
tp-0.3.1 Guardfile
tp-0.3.0 Guardfile
tp-0.2.1 Guardfile
tp-0.2.0 Guardfile
tp-0.1.1 Guardfile
tp-0.1.0 Guardfile
tp-0.0.2 Guardfile
tp-0.0.1 Guardfile