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 9749e26 commit 0e5b15eCopy full SHA for 0e5b15e
spec/bitly/api/group_spec.rb
@@ -218,7 +218,7 @@
218
219
it "can get QR codes" do
220
qrcode_mock = instance_double(Bitly::API::Qrcode)
221
- expect(Bitly::API::Qrcode).to receive(:list)
+ expect(Bitly::API::Qrcode).to receive(:list_by_group)
222
.with(client: client, group_guid: group.guid)
223
.and_return(qrcode_mock)
224
qrcodes = group.qrcodes
0 commit comments