Sha256: eb0d43b648bc3a901765367fe7c8e7a6fea3a9907ce957e395f91eea48e22477

Contents?: true

Size: 345 Bytes

Versions: 9

Compression:

Stored size: 345 Bytes

Contents

guard 'spork' do
  watch('Gemfile')
  watch('spec/spec_helper.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{^lib/(.+)\.rb$})          { |m| "spec/unit/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')       { 'spec' }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
berkshelf-api-client-3.0.0 Guardfile
berkshelf-api-client-2.0.2 Guardfile
berkshelf-api-client-2.0.1 Guardfile
berkshelf-api-client-1.3.1 Guardfile
berkshelf-api-client-2.0.0 Guardfile
berkshelf-api-client-1.3.0 Guardfile
berkshelf-api-client-1.2.1 Guardfile
berkshelf-api-client-1.2.0 Guardfile
berkshelf-api-client-1.2.0.rc2 Guardfile