Sha256: 7b5e1a56eadc65be3169aee186dc832a1ab8924fb594101a84f1278c6643de4e
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
group :red_green_refactor, halt_on_fail: true do guard :rspec, cmd: 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^config/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } end guard :rubocop, all_on_start: false do watch(/.+\.rb$/) watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sinatra_auth_oauthed-0.0.2 | Guardfile |
sinatra_auth_oauthed-0.0.1 | Guardfile |