Sha256: b34e44913b4d9ce79e1917f61c1d8298599cf3492e9b8fb79fa4f964336a7be0

Contents?: true

Size: 265 Bytes

Versions: 5

Compression:

Stored size: 265 Bytes

Contents

guard 'rspec', :version => 2, :all_on_start => false, :all_after_pass => true, :bundler => false, :keep_failed => false do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
end

guard 'bundler' do
  watch('Gemfile')
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dboard-0.0.5 Guardfile
dboard-0.0.4 Guardfile
dboard-0.0.3 Guardfile
dboard-0.0.2 Guardfile
dboard-0.0.1 Guardfile