Sha256: 9494232ddbbf8b3db65170eef0fbd7d6176084855fda9d93ab14dc1726998dd2
Contents?: true
Size: 377 Bytes
Versions: 7
Compression:
Stored size: 377 Bytes
Contents
ignore %r{^spec/fixtures/} guard 'rspec', :version => 2, :cli => "--color --format doc" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch(%r{^spec/support/.+.rb$}) { "spec" } end guard 'spork' do watch('spec/spec_helper.rb') watch(%r{^spec/support/.+.rb$}) { "spec" } end
Version data entries
7 entries across 7 versions & 3 rubygems
Version | Path |
---|---|
woodchuck-json-event-0.0.2 | Guardfile |
woodchuck-json-event-0.0.1 | Guardfile |
fynd-0.1.3 | Guardfile |
fynd-0.1.2 | Guardfile |
fynd-0.1.1 | Guardfile |
fynd-0.1.0 | Guardfile |
woodchuck-0.0.1 | Guardfile |