Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why I use Guard

Why I use Guard

Lightning Talk given at Melbourne Ruby Meetup on 25 July, 2016

Keith Pitty

May 26, 2016
Tweet

More Decks by Keith Pitty

Other Decks in Programming

Transcript

  1. guard :rspec, cmd: 'zeus rspec' do watch('spec/spec_helper.rb') { "spec" }

    watch(%r{^spec/.+_spec\.rb$}) watch(%r{^app/(.+)\.rb$}) { |m| "spec/ #{m[1]_spec.rb" } # etc. end