Sha256: b35472ce119f255f968fbf30c021606135b7980ea59790940695f5081209a91c

Contents?: true

Size: 238 Bytes

Versions: 9

Compression:

Stored size: 238 Bytes

Contents

guard 'cucumber' do
  watch(%r{^features/.+\.feature$})
  watch(%r{^features/support/.+$})          { 'features' }
  watch(%r{^features/step_definitions/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'features' }
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
ssh-locate-0.4.0 Guardfile
ssh-locate-0.3.0 Guardfile
newkata-0.9.0 Guardfile
newkata-0.8.8 Guardfile
ssh-locate-0.1.0 Guardfile
ssh-locate-0.0.1 Guardfile
newkata-0.8.6 Guardfile
newkata-0.8.5 Guardfile
newkata-0.8.3 Guardfile