Sha256: 1a846eb6b183700ca8e60c04f90f11e57a6bc37e16574cc878743a80f8f208a3
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fortnox-api-0.1.0 | Guardfile |