Skip to content

Instantly share code, notes, and snippets.

@lucaspiller
Created May 11, 2015 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucaspiller/5e9c0702278e31952aae to your computer and use it in GitHub Desktop.
Save lucaspiller/5e9c0702278e31952aae to your computer and use it in GitHub Desktop.
ActiveJob + Cucumber
# features/support/active_job.rb
# Specify the inline adapter so jobs run straight away
Rails.application.config.active_job.queue_adapter = :inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment