Guest User

Untitled

a guest
Jul 7th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. guard :rspec do
  2.  
  3.   watch('spec/spec_helper.rb')
  4.   watch(%r{^spec/.+_spec\.rb$})
  5.   watch(%r{^lib/.+\.rb$})
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment