Sha256: e74b5117dcacbca5ad4a5d374b7ffbdf05a88ee6c35044ac5755a0aa65ee3532
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
# More info at https://github.com/guard/guard#readme guard :rspec, cli: "--color", bundler: false, all_on_start: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shydra-0.1.0 | Guardfile |
shydra-0.0.1 | Guardfile |