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 f2e0b8f commit 102a461Copy full SHA for 102a461
spec/slack/web/api/mixins/conversations_spec.rb
@@ -13,6 +13,7 @@
13
end
14
15
before do
16
+ allow(conversations).to receive(:conversations_id_page_size).and_return(100)
17
allow(conversations).to receive(:conversations_list).and_yield(
18
Slack::Messages::Message.new(
19
'channels' => [{
0 commit comments