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

- old
+ new

@@ -51,9 +51,13 @@ end def test_connection assert @user.connection.is_a?(Whatser::Response) end + + def test_followers + assert @user.followers.is_a?(Whatser::Response) + end def test_thanks assert @user.thanks(1, :opt => 'test').is_a?(Whatser::Response) end \ No newline at end of file