Я пытаюсь начать тестирование с использованием огурца, однако, когда я пишу это:
Given /^I am not authenticated$/ do
cookies.permanent.signed[:user_id] = nil
end
Я получаю эту ошибку
undefined method `permanent' for #<Rack::Test::CookieJar:0x00000100f8f8f8> (NoMethodError)
./features/step_definitions/sign_up_steps.rb:2:in `/^I am not authenticated$/'
features/sign_up.feature:8:in `And I am not authenticated'