Sha256: a8d3a6d69f47d5e1ef70b1d0149a2efc47649adcec63ed4de5b42507753a1096
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 Bytes
Contents
guard 'rspec', cmd: 'bundle exec rspec -f Fuubar' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/healthy/(.+)\.rb$}) { |m| ["spec/unit/#{m[1]}_spec.rb", "spec/integration"] } watch('spec/spec_helper.rb') { "spec" } watch(%r{^spec/fixtures/([^_]+)_.*.xml}) { |m| "spec/integration/#{m[1]}_spec.rb" } end guard :rubocop, cli: ['-D'] do watch(/.+\.rb$/) watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
roqua-healthy-1.4.1 | Guardfile |
roqua-healthy-1.3.0 | Guardfile |
roqua-healthy-1.2.1 | Guardfile |