sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Typos in spec. #968

Closed rimian closed 1 year ago

rimian commented 4 years ago

arary -> array

AnguillaJaponica commented 4 years ago

Hi, one typo still remains

describe '#filter' do it 'returns an arary of Tweets' do @client.connection = FakeConnection.new(fixture('track_streaming.json'))

rimian commented 4 years ago

@AnguillaJaponica I think I got it :)