Skip to content

Commit a6ef048

Browse files
committed
remove puts
1 parent 5d52324 commit a6ef048

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/client_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def loop_times(times)
382382

383383
it 'queries channels' do
384384
response = @client.query_channels({ 'members' => { '$in' => ['legolas'] } }, sort: { 'id' => 1 })
385-
puts response['channels'][1]
386385
expect(response['channels'].length).to eq 1
387386
expect(response['channels'][0]['channel']['id']).to eq 'fellowship-of-the-ring'
388387
expect(response['channels'][0]['members'].length).to eq 4

0 commit comments

Comments
 (0)