試圖按照從斯卡拉遷移指南發揮框架2.6版本來自: https://playframework.com/documentation/2.6.x/Highlights26 和升級後我的測試突破: val controller = new ProductController(stubControllerComponents().asInstanceOf[ProductControllerComponen
我有以下代碼: let(:params) do
{
customer: {
email: '[email protected]',
confirmation_number: "12345"
}
}
end
it 'does something' do
post :create, params: params