Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password module: fixing respondToRegistrationSucceed method to receive correct parameters (missing req) #420

Merged
merged 1 commit into from Jun 6, 2013

Conversation

giggio
Copy link
Contributor

@giggio giggio commented Jun 6, 2013

In the password module, the method respondToRegistrationSucceed, is suposed to receive the request in its signature, since this recent commit:
2cf06a3
This is making it fail, because the above commit only changed the step definition, but not the method itself. The commit in this pull request fixes this problem.
Tested and working properly on latest (0.4.1) version.

bnoguchi added a commit that referenced this pull request Jun 6, 2013
Password module: fixing respondToRegistrationSucceed method to receive correct parameters (missing req)
@bnoguchi bnoguchi merged commit 625c38b into bnoguchi:master Jun 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants