Skip to content

Commit 172e9dd

Browse files
committed
Fix missing method in test
1 parent dd41b8f commit 172e9dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/slack/web/api/mixins/conversations_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
let(:klass) do
1010
Class.new do
1111
include Slack::Web::Api::Mixins::Conversations
12+
13+
def conversations_id_page_size
14+
100
15+
end
1216
end
1317
end
1418

0 commit comments

Comments
 (0)