search for: test_buy_an_article

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

2006 May 13
0
integration: assert_template() always fails...
...ctionController::IntegrationTest def test_very_simple get("/shop/index") assert_success assert_template("/shop/index") end end the "/shop/index" is a valid url which renders flawlessly in the browser. however, the test will produce: 1) Failure: test_buy_an_article(ShopTest) [test/integration/shop_test.rb:22:in `test_buy_an_article'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/integration.rb:427:in `r un'']: expecting <"/shop/index"> but rendering with <"c:/ruby/lib/ruby/gems/1.8/gems...