Sha256: b8b214222c1bd5ac72c561286c6eff4c986a23767460fcd0848ea45bce53099c

Contents?: true

Size: 647 Bytes

Versions: 1

Compression:

Stored size: 647 Bytes

Contents

guard 'rspec', cli: "--color --format p", all_after_pass: false do
# guard 'rspec', cli: "--color --format p", all_after_pass: false, rvm:['2.0.0@svm_helper', 'jruby@svm_helper'] do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})               { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')            { 'spec' }
  watch('spec/factories.rb')              { 'spec' }
  watch(%r{^spec/factories/(.+)\.rb})     { 'spec' }
  watch(%r{^spec/support/(.+)_spec\.rb})  { |m| "spec/#{m[1]}s/*" }
end

notification :tmux,
  :display_message => true,
  :timeout => 3 # in seconds

# guard 'yard' do
#   watch(%r{lib/.+\.rb})
# end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
svm_helper-0.2.1 Guardfile