Ruby on rails开发从头来(windows)(二十五)-测试Controller
Ruby on rails开发从头来(windows)(二十五)-测试Controller2011-12-02 博客园 Cure这次我们继续测试Controller,还是Store_controller。1.先来测试测试CheckOut功能,给store_controller_test.rb添加代码:def test_checkouttest_add_to_cartget :checkoutassert_response :successassert_no...