/comments.atom: add atom feed for comments.
This commit is contained in:
@@ -36,6 +36,11 @@ class CommentsControllerTest < ActionController::TestCase
|
||||
get :index, {:group_by => "comment"}
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
should "render for atom feeds" do
|
||||
get :index, {:format => "atom"}
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
|
||||
context "search action" do
|
||||
|
||||
Reference in New Issue
Block a user