### Guard::Resque # available options: # - :task (defaults to 'resque:work' if :count is 1; 'resque:workers', otherwise) # - :verbose / :vverbose (set them to anything but false to activate their respective modes) # - :trace # - :queue (defaults to "*") # - :count (defaults to 1) # - :environment (corresponds to RAILS_ENV for the Resque worker) guard 'resque', :environment => 'development' do watch(%r{^app/(.+)\.rb$}) watch(%r{^lib/(.+)\.rb$}) end