Skip to content

Instantly share code, notes, and snippets.

@jclay
Created July 27, 2015 16:59
Show Gist options
  • Save jclay/be206448fce31651407f to your computer and use it in GitHub Desktop.
Save jclay/be206448fce31651407f to your computer and use it in GitHub Desktop.
Using active_job test helpers with RSpec
require 'active_job'
RSpec.configure do |config|
config.include ActiveJob::TestHelper
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment