mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Add rails_helper to spec (#9861)
This commit is contained in:
parent
06e1d430c1
commit
37128d71c7
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'rails_helper'
|
||||||
|
|
||||||
RSpec.describe Jobs::SendAdvancedTutorialMessage do
|
RSpec.describe Jobs::SendAdvancedTutorialMessage do
|
||||||
before do
|
before do
|
||||||
Jobs.run_immediately!
|
Jobs.run_immediately!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue