test/test_poi.rb in whatser-0.5.0 vs test/test_poi.rb in whatser-0.6.0

- old
+ new

@@ -79,9 +79,17 @@ def test_comments assert @poi.comments(:opt => 'test').is_a?(Whatser::Response) end + def test_visitors + assert @poi.visitors.is_a?(Whatser::Response) + end + + def test_collectors + assert @poi.collectors.is_a?(Whatser::Response) + end + def branded_tags @poi.branded_tags = nil assert_nil @poi.branded_tags @poi.branded_tags = {} \ No newline at end of file