mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
specify first argument as per this: http://stackoverflow.com/questions/43881911/ruby-mocha-expect-the-first-argument-to-be-a-symbol
This commit is contained in:
parent
13fe7ab7d5
commit
344abb6418
@ -58,7 +58,7 @@ module DiscourseDonations
|
||||
|
||||
before do
|
||||
SiteSetting.stubs(:discourse_donations_enable_create_accounts).returns(true)
|
||||
Jobs.expects(:enqueue).once
|
||||
Jobs.expects(:enqueue).with(:donation_user, anything)
|
||||
end
|
||||
|
||||
it 'enqueues the user account create' do
|
||||
|
Loading…
x
Reference in New Issue
Block a user