Sha256: 3064688888ec9a2bc4341b4678207b162a0a9ceb99d06775d9eed72f6fe3a3b9
Contents?: true
Size: 231 Bytes
Versions: 4
Compression:
Stored size: 231 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec', all_on_start: true, all_after_pass: true do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
git_helper-3.1.2 | Guardfile |
slack_messaging-2.0.0 | Guardfile |
git_helper-3.1.0 | Guardfile |
slack_messaging-1.4.0 | Guardfile |