Sha256: f21665697311591a58fd1bfb4c4ccddd70b516d9984df2cb7d68cd0dd3035b7f

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkshelf-api-1.2.0.rc2 Guardfile