Sha256: 36e0ea863a3f463fac8cdee5c8fbd4534ba97ed963ef20d449fbc4793751fb81

Contents?: true

Size: 271 Bytes

Versions: 6803

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true
# vim:set filetype=ruby:
guard(
  "rspec",
  :all_after_pass => false,
  :cli => "--fail-fast --tty --format documentation --colour") do

  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$}) { |match| "spec/#{match[1]}_spec.rb" }
end

Version data entries

6,803 entries across 6,801 versions & 23 rubygems

Version Path
cloudsmith-api-0.57.1 vendor/bundle/ruby/2.6.0/gems/ethon-0.14.0/Guardfile
ethon-0.14.0 Guardfile
ethon-0.13.0 Guardfile