Sha256: 79945a35e9c4680aa2dc8c0917933929c48aa84851f3864997e257f52fc105a3

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

# vim:set filetype=ruby:
guard(
  "rspec",
  all_after_pass: false,
  cmd: "bundle exec rspec --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

1 entries across 1 versions & 1 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/bundler/gems/moped-cf817ca58a85/Guardfile