Sha256: ac45bbd46c5f0d70521f60d3ec99e4b6ed8592b2267708ae86e3ebb2b439ce21
Contents?: true
Size: 231 Bytes
Versions: 66
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
66 entries across 66 versions & 4 rubygems
Version | Path |
---|---|
opsicle-0.4.2 | Guardfile |
opsicle-0.4.0 | Guardfile |
opsicle-0.3.1 | Guardfile |
opsicle-0.3.0 | Guardfile |
opsicle-0.2.1 | Guardfile |
opsicle-0.2.0 | Guardfile |