Sha256: 65e16efd71a8f32428c6fa0ab4dee96c2e369061b995ea559a3e52d877c4ba51

Contents?: true

Size: 241 Bytes

Versions: 4

Compression:

Stored size: 241 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

4 entries across 4 versions & 1 rubygems

Version Path
rack-contrib-sign-0.0.4 Guardfile
rack-contrib-sign-0.0.3 Guardfile
rack-contrib-sign-0.0.2 Guardfile
rack-contrib-sign-0.0.1 Guardfile