Sha256: 22a1cebee950ec14ba3e077c7bc3e164734674d3e23c476d494d2c0f4f1da3c9

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

guard 'rspec', spec_paths: ["spec/unit"] do
  watch(%r{^spec/unit/(.+_spec)\.rb$})
  watch(%r{^lib/bosh-bootstrap/(.+)\.rb$})    { |m| "spec/unit/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec/unit" }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bosh-bootstrap-0.10.2 Guardfile
bosh-bootstrap-0.10.1 Guardfile
bosh-bootstrap-0.10.0 Guardfile
bosh-bootstrap-0.9.0 Guardfile