Sha256: a820fa5cf2bf6cd4982c04767166cfb1bd08641e809e2a428597d823bc4b22a3

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

# 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

1 entries across 1 versions & 1 rubygems

Version Path
rss-feed-0.8.2 Guardfile