Sha256: e4cb1fb0dacaa9b29e47b5ea8af08f3e7ee2552d049d9fb147987f5c8cc2c142

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

guard 'rspec', :version => 2, :cli => '--colour --format documentation', :focus => true, :all_on_start => true, :all_after_pass => false, :keep_failed => false do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
associative_memory-0.2.2 Guardfile
associative_memory-0.2.1 Guardfile
associative_memory-0.2.0 Guardfile