Sha256: 84b000345ca55f647bcd0506b506aa3f71be7dc9cc27c29b18438fc0fcd96c24

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

guard 'rspec', :cli => '--format documentation', :all_on_start => true, :all_after_pass => true 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

3 entries across 3 versions & 1 rubygems

Version Path
sippy_cup-0.4.1 Guardfile
sippy_cup-0.4.0 Guardfile
sippy_cup-0.3.0 Guardfile