Sha256: 99ce7615e8b4f49957b81c99811bc6ca48e5b889c720419cd9780a13af5e5c86

Contents?: true

Size: 313 Bytes

Versions: 8

Compression:

Stored size: 313 Bytes

Contents

rspec_options = {
  :all_after_pass => false,
  :all_on_start   => false,
}

guard 'rspec', rspec_options do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/helper.rb')  { "spec" }
end

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
toystore-mongo-0.12.0 Guardfile
toystore-0.10.3 Guardfile
toystore-mongo-0.11.0 Guardfile
toystore-0.10.2 Guardfile
toystore-0.10.1 Guardfile
toystore-mongo-0.10.0 Guardfile
toystore-0.10.0 Guardfile
toystore-0.9.0 Guardfile