-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #52 Fix request token event (ajgarlag)
This PR was squashed before being merged into the 0.1-dev branch. Discussion ---------- Fix request token event I think #49 was merged too soon. This PR tries to fix the following flaws: 1. The test expectation is wrong. 2. The event listener in the test is being added after the event dispatch. 3. The response set to the event is being discarded by the controller. Commits ------- f14c02d Fix request token event
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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