Skip to content

Instantly share code, notes, and snippets.

@liwh
Created April 5, 2011 13:21
Show Gist options
  • Save liwh/903569 to your computer and use it in GitHub Desktop.
Save liwh/903569 to your computer and use it in GitHub Desktop.
AbstractController::ActionNotFound
当使用devise test的时候,出现上面的错误的时候。 我们得加入:
before(:each) do
@request.env["devise.mapping"] = Devise.mappings[:user]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment