Sha256: 51f6e65af251e3b21c577d7ff0c50d7401b112bd7bf8c60a70dd6c1883ae87e8

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme


notification :growl

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
dm-is-select-1.2.0 Guardfile
dm-is-published-1.2.0 Guardfile