Sha256: 0db5344cdde197846c2925fcfdce88dd23cfb07352983e0156dd65477bec3750

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
uncoil-1.2.0 Guardfile
uncoil-1.1.0 Guardfile
uncoil-1.0.0 Guardfile
uncoil-0.0.1 Guardfile