Sha256: 190578a4d4dc00fa1068b93f764b706e5c7f6f948f769b033b2b46cb1b5cd987

Contents?: true

Size: 433 Bytes

Versions: 11

Compression:

Stored size: 433 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(%r{.+\.rb$})
  watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
roqua-healthy-1.2.0 Guardfile
roqua-healthy-1.1.9 Guardfile
roqua-healthy-1.1.8 Guardfile
roqua-healthy-1.1.7 Guardfile
roqua-healthy-1.1.6 Guardfile
roqua-healthy-1.1.5 Guardfile
roqua-healthy-1.1.4 Guardfile
roqua-healthy-1.1.3 Guardfile
roqua-healthy-1.1.2 Guardfile
roqua-healthy-1.1.1 Guardfile
roqua-healthy-1.1.0 Guardfile