Sha256: e5f8185c1820253757f2d0dbbeaf8738261a38a2d2481b8d05474313e6fea4ff

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

guard 'rspec',
  :notification => false,
  :all_on_start => false,
  :focus => true,
  :all_after_pass => false 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

2 entries across 2 versions & 1 rubygems

Version Path
cep-0.0.8 Guardfile
cep-0.0.7 Guardfile