正在看 restful rail development 这本书,按照书上写的测试报错了,大佬帮我看看
时间: 2020-08-20来源:V2EX
前景提要
rails 版本 5.2.2require 'test_helper' class SayControllerTest < ActionDispatch::IntegrationTest test "should get hello" do get say_hello_url assert_response :success end test "should say hello in json" do get say_hello_url assert_equal "{\"hello\":\"Rails!\"}", @ response .bodyend test "should say hello in json" do get say_hello_url,{'user'=>"Join"} assert_equal "{\"hello\":\"Join!\"}", @ response .bodyend end

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行