Sha256: 275a7901e9ad584df88cbc9493809afd81ceb78ad758d57cfed11b3d951d1879

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

# frozen_string_literal: true

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

guard 'rake', task: 'test' do
  watch(%r{^test/.+$})
  watch(%r{^lib/.+$})
  watch(%r{^views/.+$})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
site-inspector-3.2.0 Guardfile