Sha256: d01b2cab57f1591d51634425c6ba104bd7871a6d44ab19b2ce04bdcf9f3b6ae6
Contents?: true
Size: 326 Bytes
Versions: 47
Compression:
Stored size: 326 Bytes
Contents
guard 'rspec', cmd: 'bundle exec rspec', failed_mode: :none, all_after_pass: true, all_on_start: true do # Specs watch(%r(^spec/.+_spec\.rb$)) watch('spec/spec_helper.rb') { 'spec' } watch(%r(^spec/support/(.+)\.rb$)) { 'spec' } # Files watch(%r(^lib/(.+)\.rb$)) { |m| "spec/#{m[1]}_spec.rb" } end
Version data entries
47 entries across 47 versions & 4 rubygems