Created
April 5, 2011 13:21
-
-
Save liwh/903569 to your computer and use it in GitHub Desktop.
AbstractController::ActionNotFound
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
当使用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