Sha256: a7fdd7f1d88a8200e372cac867399fac317deee3655509c3ad0680402fa67662
Contents?: true
Size: 432 Bytes
Versions: 121
Compression:
Stored size: 432 Bytes
Contents
guard :rspec, :all_on_start => false, :all_after_pass => false do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/support/adapter_helper.rb') { "spec/listen/adapters" } watch('spec/support/listener_helper.rb') { "spec/listen/listener_spec.rb" } watch('spec/support/fixtures_helper.rb') { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
121 entries across 112 versions & 10 rubygems