Add rails_helper to spec (#9861)

This commit is contained in:
Ankur Dahiya 2020-05-22 09:27:52 -07:00 committed by GitHub
parent 06e1d430c1
commit 37128d71c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Jobs::SendAdvancedTutorialMessage do
before do
Jobs.run_immediately!