标签: ruby-on-rails ruby rspec
我想为功能规范中的cookie分配一个值
cookies.signed.permanent["name"] = "test_user"
执行结果是
未定义的局部变量或方法“ cookies”
我想教一种解决方法。