Sha256: c35c68f9bcfc5fe946ff4f9e35b2a2e0f51e4902bb7a640ad85ba113354025ed

Contents?: true

Size: 240 Bytes

Versions: 8

Compression:

Stored size: 240 Bytes

Contents

#!/usr/bin/env ruby

guard :rspec, all_on_start: false, all_after_pass: false, notification: false 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

8 entries across 8 versions & 4 rubygems

Version Path
rack-contrib-nonce-0.0.2 Guardfile
rack-contrib-nonce-0.0.1 Guardfile
rack-stale-call-0.0.1 Guardfile
rack-content-hash-0.0.2 Guardfile
rack-content-hash-0.0.1 Guardfile
mysqlnoio-0.1.2 Guardfile
mysqlnoio-0.1.1 Guardfile
mysqlnoio-0.1.0 Guardfile