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