Sha256: 987851ef3ad5ad9deb8a9348caad22a7d68f8510910f8d1f568a7f35d97fd7ef
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
group :main do guard :rspec, all_on_start: false, all_after_pass: false, spec_paths: ['spec/'] do watch(%r{^lib/storage_unit/(.+)\.rb$}) { |m| "spec/storage_unit_spec.rb" } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
storage_unit-0.2.0 | Guardfile |
storage_unit-0.1.0 | Guardfile |
storage_unit-0.0.2 | Guardfile |