test/test_follow.rb in whatser-0.6.0 vs test/test_follow.rb in whatser-0.6.1

- old
+ new

@@ -9,9 +9,13 @@ def test_list assert @client.follows.list(:page => 1).is_a?(Whatser::Response) end + def test_followers + assert @client.follows.followers(@user_id, :page => 1).is_a?(Whatser::Response) + end + def test_suggested assert @client.follows.suggested(:page => 1).is_a?(Whatser::Response) end def test_create \ No newline at end of file