Sha256: e42268ff21cdd8eafae35c1c0ee1146257e6d4157e6a7c1302e24325c100666b

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

guard 'rspec', after_all_pass: false, all_on_start: false, cli: '--profile' 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

2 entries across 2 versions & 1 rubygems

Version Path
memory_model-0.0.2 Guardfile
memory_model-0.0.1 Guardfile