Sha256: ff6a4856183f989a936b1ef37621237c7c09f781ab73b4ae2cc631306a6a0f81
Contents?: true
Size: 332 Bytes
Versions: 73
Compression:
Stored size: 332 Bytes
Contents
rspec_options = { version: 1, all_after_pass: false, all_on_start: false } guard 'rspec', rspec_options do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end
Version data entries
73 entries across 47 versions & 6 rubygems