test/test_twitter.rb in whatser-0.3.1 vs test/test_twitter.rb in whatser-0.3.2

- old
+ new

@@ -8,9 +8,13 @@ def test_key assert_equal 'twitter', Whatser::Twitter.new.key end def test_connection_url - expected = "#{@client.api_uri}/oauth/services/twitter/authorize" + expected = "#{@client.api_uri}/oauth/services/twitter/authorize?redirect_uri=&client_id=" assert_equal expected, @client.twitter.connection_url + end + + def test_get_friends + assert @client.twitter.get_friends(:opt => 'test').is_a?(Whatser::Response) end end \ No newline at end of file