Sha256: a0b10d8f03c5cf4ed6eb28af3504efe2263af61017b0900e40c7c7ad515b7897

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec', :version => 2, :cli => "--color --format nested" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
polish-0.1.6 Guardfile
polish-0.1.5 Guardfile
polish-0.1.4 Guardfile
polish-0.1.3 Guardfile
polish-0.1.2 Guardfile