Sha256: 50858e93402534f88f4732e2fd2c7ed63752897258c1c864e68196e900dc4d6a

Contents?: true

Size: 395 Bytes

Versions: 33

Compression:

Stored size: 395 Bytes

Contents

guard 'rspec', spec_paths: ["spec/unit"] do
  watch(%r{^spec/unit/(.+_spec)\.rb$})
  watch(%r{^lib/bosh/cli/commands/(.+)\.rb$})    { |m| "spec/unit/cli" }
  watch(%r{^lib/bosh-bootstrap/cli/commands/(.+)\.rb$})    { |m| "spec/unit/commands/#{m[1]}_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

33 entries across 33 versions & 1 rubygems

Version Path
bosh-bootstrap-0.18.1 Guardfile
bosh-bootstrap-0.18.0 Guardfile
bosh-bootstrap-0.17.1 Guardfile
bosh-bootstrap-0.17.0 Guardfile
bosh-bootstrap-0.16.2 Guardfile
bosh-bootstrap-0.16.1 Guardfile
bosh-bootstrap-0.16.0 Guardfile
bosh-bootstrap-0.15.0 Guardfile
bosh-bootstrap-0.14.5 Guardfile
bosh-bootstrap-0.14.4 Guardfile
bosh-bootstrap-0.14.3 Guardfile
bosh-bootstrap-0.14.2 Guardfile
bosh-bootstrap-0.14.1 Guardfile
bosh-bootstrap-0.14.0 Guardfile
bosh-bootstrap-0.13.2 Guardfile
bosh-bootstrap-0.13.1 Guardfile
bosh-bootstrap-0.13.0 Guardfile
bosh-bootstrap-0.12.0 Guardfile
bosh-bootstrap-0.11.15 Guardfile
bosh-bootstrap-0.11.14 Guardfile