Skip to content

Commit

Permalink
Merge 8614c00 into 97f075a
Browse files Browse the repository at this point in the history
  • Loading branch information
rimian committed Mar 12, 2020
2 parents 97f075a + 8614c00 commit e849dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/twitter/streaming/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def stream(_request, response)
end

describe '#filter' do
it 'returns an arary of Tweets' do
it 'returns an array of Tweets' do
@client.connection = FakeConnection.new(fixture('track_streaming.json'))
objects = []
@client.filter(track: 'india') do |object|
Expand Down

0 comments on commit e849dc4

Please sign in to comment.