Sha256: a4fa7388125e914fdfda3bf9509f7f937606117deff921642ee2bfc06c093f20

Contents?: true

Size: 249 Bytes

Versions: 5

Compression:

Stored size: 249 Bytes

Contents

notification :terminal_notifier

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
glass_octopus-2.2.0 Guardfile
glass_octopus-2.1.0 Guardfile
glass_octopus-2.0.0 Guardfile
glass_octopus-1.1.0 Guardfile
glass_octopus-1.0.0 Guardfile