Sha256: 9607ce012c33cef93c09d561f69e45cf5f483284c4a02c6c0b0bca2e61629cc9

Contents?: true

Size: 213 Bytes

Versions: 8

Compression:

Stored size: 213 Bytes

Contents

guard :rspec do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

guard :cane, cli: "--color" do
  watch(/.*\.rb/) 
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
guard-cane-0.2.1 Guardfile
guard-cane-0.2.0 Guardfile
guard-cane-0.1.4 Guardfile
guard-cane-0.1.3 Guardfile
guard-cane-0.1.2 Guardfile
guard-cane-0.1.1 Guardfile
guard-cane-0.1.0 Guardfile
guard-cane-0.1.0.pre Guardfile