Skip to content

Commit

Permalink
Merge branch '119-fix-twitter'
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Jun 19, 2010
2 parents 9749799 + e86060b commit abf33cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/twitter/twitter_spec.rb
Expand Up @@ -4,7 +4,7 @@

it "should work with twitter" do
statuses = Restfulie.at("http://twitter.com/statuses/public_timeline.xml").get
statuses.each do |status|
statuses.statuses.each do |status|
puts "#{status.user.screen_name}: #{status.text}, #{status.created_at}"
end
end
Expand Down

0 comments on commit abf33cf

Please sign in to comment.