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