Sha256: 5d169d8c52847a3e4fa6047261c5f1ef3f5c8660957c88892bc1028653180cd9
Contents?: true
Size: 209 Bytes
Versions: 6
Compression:
Stored size: 209 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec --color', all_after_pass: true do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}){ |m| "spec/#{ m[1] }_spec.rb" } watch('spec/spec_helper.rb'){ "spec" } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fortnox-api-0.5.2 | Guardfile |
fortnox-api-0.5.1 | Guardfile |
fortnox-api-0.5.0 | Guardfile |
fortnox-api-0.4.0 | Guardfile |
fortnox-api-0.3.0 | Guardfile |
fortnox-api-0.2.0 | Guardfile |