fix spec type

Co-authored-by: Wieland Lindenthal <w.lindenthal@forkmerge.com>
pull/9611/head
ulferts 3 years ago committed by GitHub
parent f0692790c5
commit 7aa850fb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/models/users/scopes/having_reminder_mail_to_send_spec.rb

@ -30,7 +30,7 @@
require 'spec_helper'
describe User, '.having_reminder_mail_to_send', type: :job do
describe User, '.having_reminder_mail_to_send', type: :model do
subject(:scope) do
described_class.having_reminder_mail_to_send(scope_time)
end

Loading…
Cancel
Save