Sha256: 4456ccf3296c08c0e075dc7478a90b5d5b038989c73a657c7c039a6c4d9bb809
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
guard 'rspec', :all_after_pass => false, :all_on_start => false, :keep_failed => 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontprocessor-27.1.3 | Guardfile |