Sha256: 18a054f73628e0b26dcb3cbdc8a5891216c23c2697c30aa77708963e2e2bdf58

Contents?: true

Size: 505 Bytes

Versions: 9

Compression:

Stored size: 505 Bytes

Contents

notification :off

guard 'spork' do
  watch('Gemfile')
  watch('spec/spec_helper.rb')     { :rspec }
  watch(%r{^spec/support/.+\.rb$}) { :rspec }
end

guard 'rspec', cli: "--color --drb --format Fuubar", all_on_start: false, all_after_pass: false do
  watch(%r{^spec/unit/.+_spec\.rb$})
  watch(%r{^spec/acceptance/.+_spec\.rb$})

  watch(%r{^lib/(.+)\.rb$})          { |m| "spec/unit/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')       { "spec" }
  watch(%r{^spec/support/.+\.rb$})   { "spec" }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ridley-connectors-2.3.1 Guardfile
ridley-connectors-2.3.0 Guardfile
ridley-connectors-2.2.0 Guardfile
ridley-connectors-2.1.2 Guardfile
ridley-connectors-2.1.1 Guardfile
ridley-connectors-2.1.0 Guardfile
ridley-connectors-2.0.1 Guardfile
ridley-connectors-2.0.0 Guardfile
ridley-connectors-2.0.0.rc1 Guardfile