test/test_tw.rb in tw-0.0.2 vs test/test_tw.rb in tw-0.0.3

- old
+ new

@@ -20,9 +20,13 @@ def test_mentions assert response? @client.mentions end + def test_home_timeline + assert response? @client.home_timeline + end + def test_search assert response? @client.search('ruby') end def test_user_timeline