Skip to content

Instantly share code, notes, and snippets.

@brancusi
Last active April 28, 2016 20:32
Show Gist options
  • Select an option

  • Save brancusi/c50c34c164e21cc58a11d0163f3a4f29 to your computer and use it in GitHub Desktop.

Select an option

Save brancusi/c50c34c164e21cc58a11d0163f3a4f29 to your computer and use it in GitHub Desktop.
guard 'rake', :task => 'pdf:test' do
watch('app/workers/generate_pdf_worker.rb')
end
namespace :pdf do
task :test => :environment do
GeneratePdfWorker.new.perform
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment