Sha256: 1a5c69ee29818d3089d8c1dc2127d5acbf0e2dff1d3dcee853252c6bffca804e
Contents?: true
Size: 340 Bytes
Versions: 11
Compression:
Stored size: 340 Bytes
Contents
guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end guard 'rspec', cmd: 'bundle exec rspec', all_on_start: true, all_after_pass: true do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } watch(%r{^spec/(support|matchers|shared)/(.+)\.rb$}) { "spec" } end
Version data entries
11 entries across 11 versions & 1 rubygems