Sha256: a02a5448a4b0375a3d3bad0182acc632a743ff9fd9f5d12a87d6cf729678640c

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

guard "rspec" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/.+\.rb$})
  watch(%r{^spec/support/(.+)\.rb$}) { "spec" }
  watch("spec/spec_helper.rb") { "spec" }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alephant-renderer-3.0.0 Guardfile
alephant-renderer-2.0.3 Guardfile
alephant-renderer-2.0.2 Guardfile