Sha256: 14f259418d79b0da7cbf63d9487d72dedfa470a29f08cf88d4450a4e44bdf6af

Contents?: true

Size: 175 Bytes

Versions: 5

Compression:

Stored size: 175 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rico-0.5.0 Guardfile
rico-0.4.0 Guardfile
rico-0.3.0 Guardfile
rico-0.2.0 Guardfile
rico-0.1.0 Guardfile