Sha256: ff9110f809b241ba8909543f1cfcd4cc5e6a9211ce82abf769e3eb775493b426
Contents?: true
Size: 183 Bytes
Versions: 21
Compression:
Stored size: 183 Bytes
Contents
notification :off guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
21 entries across 21 versions & 2 rubygems