0
如何使用水豚餅乾?Rails水豚餅乾問題
在我application_helper.rb
我有法cookies
def user_currency(currency)
cookies[:user_currency] = currency
end
,但是當我想在我的測試中使用這種方法
它返回我
undefined local variable or method `cookies' for #<RSpec::ExampleGroups
如何處理呢?