Sha256: 2c974b7dcc2e717346262c408c5501a4557c4b579f5233cb6a64c4f44bd4599d
Contents?: true
Size: 329 Bytes
Versions: 8
Compression:
Stored size: 329 Bytes
Contents
guard 'spork' do watch('Gemfile') watch('Gemfile.lock') watch('spec/spec_helper.rb') { :rspec } end guard 'rspec', :all_after_pass => false, :cli => "--color --format documentation --drb" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)/(.+)\.rb$}) { |m| "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
8 entries across 8 versions & 1 rubygems