search for: authenticatedarticlescontrollertest

Displaying 1 result from an estimated 1 matches for "authenticatedarticlescontrollertest".

2007 Feb 06
2
Testing RJS actions
...plate "destroy.rjs" end And my implementation: def destroy @article.destroy respond_to do |format| format.html { redirect_to articles_url } format.js { render } format.xml { head :ok } end end This fails spectacularly: 1) Failure: test_destroy_xhr(AuthenticatedArticlesControllerTest) [/home/francois/src/config/../vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb:112:in `assert_template' /home/francois/src/config/../vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb:109:in `assert_template' ./test/...