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…
Reference in New Issue