Sha256: 001f8f31ff15e1a1eb003895061d8917582871335bb28403a871b2f8ae910c13
Contents?: true
Size: 337 Bytes
Versions: 3
Compression:
Stored size: 337 Bytes
Contents
guard 'rspec', :version => 2 do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch(%r{^lib/commands/(.+)\.rb$}) { |m| "spec/commands/#{m[1]}_spec.rb" } watch(%r{^lib/models/(.+)\.rb$}) { |m| "spec/models/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ignoramos-1.1.0 | Guardfile |
ignoramos-1.0.1 | Guardfile |
ignoramos-1.0.0 | Guardfile |