Sha256: 5f67003b374a341fb06b31fcb2423ec6226ef196902a1b46936b0bbee8ac8399
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
# encoding: utf-8 guard :rspec, cmd: 'bundle exec rspec' do watch(/^spec\/.+_spec\.rb$/) watch(/^lib\/(.+)\.rb$/) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/helpers.rb') { 'spec' } watch('spec/spec_helper.rb') { 'spec' } end guard :rubocop do watch(/.+\.rb$/) watch(/(?:.+\/)?\.rubocop\.yml$/) { |m| File.dirname(m[0]) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
monk-id-1.1.1 | Guardfile |