Sha256: 6f0958e7caf17ef6d7b074c3fd6cf084bb2ed05d685e923ebd5f8c098bc4864a

Contents?: true

Size: 285 Bytes

Versions: 4

Compression:

Stored size: 285 Bytes

Contents

rspec_options = {
  :all_after_pass => 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

4 entries across 4 versions & 1 rubygems

Version Path
toystore-0.13.0 Guardfile
toystore-0.12.0 Guardfile
toystore-0.11.0 Guardfile
toystore-0.10.4 Guardfile