Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Eric PetersonEric PetersonReporter
Eric PetersonEric PetersonComponents
Fix versions
Priority
Major
Details
Details
Assignee
Eric Peterson
Eric PetersonReporter
Eric Peterson
Eric PetersonComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created February 9, 2016 at 1:00 AM
Updated February 27, 2016 at 10:26 PM
Resolved February 27, 2016 at 10:26 PM
When doing integration testing, the execute() method goes directly to a handler and action, bypassing the routes.cfm file.
Sometimes you want to test that going to `/login` will fire the event `sessions.new`. Otherwise, your integration tests may all pass, but the app still doesn't behave as it should.