Hartl Rails Tutorial Chapter 8.46 NoMethodError
问题 one my my tests receiving the following error in Chapter 8 of Hartl's Rails Tutorial. > 1) Error: > UsersLoginTest#test_login_with_valid_information_followed_by_logout: > NoMethodError: undefined method `forget' for #<Class:0x000000079be3b0> > app/helpers/sessions_helper.rb:30:in `forget' > app/helpers/sessions_helper.rb:37:in `log_out' > app/controllers/sessions_controller.rb:18:in `destroy' > test/integration/users_login_test.rb:40:in `block in <class:UsersLoginTest>' I have tried copying