Sha256: 7cba2104b75e68c3d4c9dfd94e6268d00e5a2f6f7195fa50328fde076067f0b5
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
guard 'rspec', :spec_paths => ["spec/unit"] do watch(%r{^spec/unit/.+_spec\.rb$}) watch(%r{^lib/docker-provider/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec/unit" } watch(%r{^spec/support/(.+)\.rb$}) { "spec/unit" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docker-provider-0.1.0 | Guardfile |
docker-provider-0.0.2 | Guardfile |
docker-provider-0.0.1 | Guardfile |