We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285afd7 commit 6fbe70dCopy full SHA for 6fbe70d
test/jobs/potential_spam_profiles_job_test.rb
@@ -1,7 +1,10 @@
1
require 'test_helper'
2
3
class PotentialSpamProfilesJobTest < ActiveJob::TestCase
4
- # test "the truth" do
5
- # assert true
6
- # end
+ test 'should run job successfully' do
+ perform_enqueued_jobs do
+ PotentialSpamProfilesJob.perform_later
7
+ end
8
+ assert_performed_jobs 1
9
10
end
0 commit comments