Sha256: 663ab935ccccb16c011d3cbc447a26a9ae4fd3b15095a4803d46863b8a1713b8
Contents?: true
Size: 304 Bytes
Versions: 27
Compression:
Stored size: 304 Bytes
Contents
guard 'rspec', :version => 2, :cli => "--color", :bundler => true, :all_on_start => false, :all_after_pass => false, :keep_failed => true, :notification => false do watch('spec/spec_helper.rb') { "spec" } watch(%r{^spec/.+_spec\.rb}) watch(%r{^lib/(.+)\.rb}) { |m| "spec/lib/#{m[1]}_spec.rb" } end
Version data entries
27 entries across 27 versions & 3 rubygems