Sha256: b35fd5ede158db93422fb81d058b6eb0df787ce978dca1d1594a6d2ed7bd1e67

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 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 do
  watch(%r{.+\.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.0.2 Guardfile
roqua-healthy-1.0.1 Guardfile
roqua-healthy-1.0.0 Guardfile