我的会话控制器继承自以下基本控制器 class BaseController < ApplicationController:message => "Error with your credentials", :status => 401} endend
下面是我的会话控制器的销毁操作current_user.reset_authenticatio
我有以下特点: Given I created a post with the title "Test", author "Testauthor" and body "Testbody" Then I should see the text "Comment was successfully destroyed."
有问题的代码是给定的im