Sha256: 887c5f93b51accddadfe509a4394daead7c9a53508763d76215a9f2409c00490
Contents?: true
Size: 479 Bytes
Versions: 13
Compression:
Stored size: 479 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec --format=Fuubar', \ all_after_pass: false, all_on_start: false, failed_mode: :focus do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec/" } watch('spec/functional_spec.rb') { "spec/" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/functional_spec.rb" } watch(%r{^app/(.+)\.rb$}) { "spec/" } watch(%r{^spec/support}) { 'spec/' } end
Version data entries
13 entries across 13 versions & 1 rubygems