Fix spec after renaming job
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao 2023-01-12 11:50:13 +08:00
parent 9e988e92d1
commit d4a3f8dadb
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -1,7 +1,7 @@
require 'rails_helper'
require 'webmock/rspec'
RSpec.describe ExchangeXmppContactsJob, type: :job do
RSpec.describe XmppExchangeContactsJob, type: :job do
let(:user) { create :user, cn: "willherschel", ou: "kosmos.org" }
subject(:job) {