Sha256: 09abe0636081187faf6c510afe8a421669e1ccee754bfdb11d94ad6ad2450d45

Contents?: true

Size: 173 Bytes

Versions: 3

Compression:

Stored size: 173 Bytes

Contents

guard :minitest do
  watch(%r{^lib/(.+)\.rb$})           { |m| "test/#{m[1]}_test.rb" }
  watch(%r{^test/.+_test\.rb$})
  watch(%r{^test/test_helper\.rb$})   { 'test' }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
action_authorization-0.2.2 Guardfile
action_authorization-0.2.1 Guardfile
action_authorization-0.2.0 Guardfile