test/test_poi.rb in whatser-0.3.2 vs test/test_poi.rb in whatser-0.4.0

- old
+ new

@@ -75,9 +75,13 @@ def test_activity assert @poi.activity(:opt => 'test').is_a?(Whatser::Response) end + def test_comments + assert @poi.comments(:opt => 'test').is_a?(Whatser::Response) + end + def test_details assert @poi.details(:page => 1).is_a?(Whatser::Response) end def test_reviews \ No newline at end of file