test/test_user.rb in whatser-0.5.0 vs test/test_user.rb in whatser-0.6.0
- old
+ new
@@ -20,9 +20,17 @@
def test_suggested
assert @client.users.suggested.is_a?(Whatser::Response)
end
+ def test_visitors
+ assert @client.users.visitors(1).is_a?(Whatser::Response)
+ end
+
+ def test_collectors
+ assert @client.users.collectors(1).is_a?(Whatser::Response)
+ end
+
def test_find
assert @client.users.find(1, :opt => 'test').is_a?(Whatser::Response)
end
def test_search
\ No newline at end of file