Displaying 1 result from an estimated 1 matches for "test_should_show_topic_as_rss".
2008 Feb 18
0
is assert_select indicated for XML?
Railsers:
I''m playing with the Beast, and this test fails:
   def test_should_show_topic_as_rss
     get :show, :forum_id => forums(:rails).id, :id => topics(:pdi).id,
              :format => ''rss''
     assert_response :success
     assert_select ''channel''
   end
It emits "ignoring attempt to close channel with link".
So why are the Be...