Sha256: c04424886fc8021e159e73aedc16b469c375f20cf4cc9f8152220a7c65a08c79

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

guard 'rspec', :cli => '--color --format=documentation', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sniffles-0.1.5 Guardfile
sniffles-0.1.4 Guardfile
sniffles-0.1.3 Guardfile
sniffles-0.1.2 Guardfile
sniffles-0.1.1 Guardfile
sniffles-0.1.0.1 Guardfile
sniffles-0.1.0 Guardfile