Sha256: 8c77af1eea5ab4422b3ed3a09dc14e24bcd1fb4f0f27a151386f2327b53f0331

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

guard :rspec, version: 2, all_after_pass: true, all_on_start: false, keep_failed: false, cli: '--tty --color --format nested' do
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb}) { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb') { 'spec' }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
monocle-0.2.6 Guardfile
monocle-0.2.5 Guardfile
monocle-0.2.4 Guardfile
monocle-0.2.3 Guardfile
monocle-0.2.2 Guardfile
monocle-0.2.1 Guardfile