Sha256: d8b8301de8823dafd8e447f731278ffc1c87c737435ecbb2173631392a9c9722

Contents?: true

Size: 415 Bytes

Versions: 17

Compression:

Stored size: 415 Bytes

Contents

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

guard 'spinach' do
  watch(%r{^features/(.*)\.feature})
  watch(%r{^features/steps/(.*)([^/]+)\.rb}) do |m|
    "features/#{m[1]}#{m[2]}.feature"
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hyperclient-2.0.0 Guardfile
hyperclient-1.0.1 Guardfile
hyperclient-0.9.3 Guardfile
hyperclient-0.9.1 Guardfile
hyperclient-0.9.0 Guardfile
hyperclient-0.8.6 Guardfile
hyperclient-0.8.5 Guardfile
hyperclient-0.8.4 Guardfile
hyperclient-0.8.3 Guardfile
hyperclient-0.8.2 Guardfile
hyperclient-0.8.1 Guardfile
hyperclient-0.8.0 Guardfile
hyperclient-0.7.2 Guardfile
hyperclient-0.7.1 Guardfile
hyperclient-0.7.0 Guardfile
hyperclient-0.6.1 Guardfile
hyperclient-0.5.0 Guardfile