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

Why I use Guard

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Why I use Guard

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

Avatar for Keith Pitty

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