Sha256: 058724e3c415c371b2852d6fc2b2daa250bef8c416c32886f497bd457200e082
Contents?: true
Size: 237 Bytes
Versions: 13
Compression:
Stored size: 237 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec', :all_on_start => true, :after_all_pass => true 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
13 entries across 13 versions & 1 rubygems