Sha256: 374b2b0da9decd5b6c8900435f16d8c822430bf6551ef2e87da69c88ceac7d35
Contents?: true
Size: 241 Bytes
Versions: 50
Compression:
Stored size: 241 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
50 entries across 49 versions & 8 rubygems