+
+ get :get_bugs, {:bbox=>'1,1,1.2,1.2', :format => 'rss'}
+ assert_response :success
+
+ get :get_bugs, {:bbox=>'1,1,1.2,1.2', :format => 'json'}
+ assert_response :success
+
+ get :get_bugs, {:bbox=>'1,1,1.2,1.2', :format => 'xml'}
+ assert_response :success
+
+ get :get_bugs, {:bbox=>'1,1,1.2,1.2', :format => 'gpx'}
+ assert_response :success