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