Sha256: 0faa23d974b028d13465c2609819f81e12fb66785104e6c45b74bb0432f9c4c5
Contents?: true
Size: 468 Bytes
Versions: 202
Compression:
Stored size: 468 Bytes
Contents
guard :rspec, :all_on_start => false, :all_after_pass => false, :cli => '--fail-fast --format doc' 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
202 entries across 112 versions & 4 rubygems