-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Throw exceptions which occur in the Establish delegate.
In the event that an exception is thrown from both the Establish and the Because delegate, the exception thrown by Establish was not being thrown when executing the It delegates. This corrects the issue by skipping the execution of the Because delegate when an exception is thrown by the Establish delegate.
- Loading branch information
Michael Shattuck
authored and
Derek Greer
committed
Jul 15, 2017
1 parent
efadc24
commit a4e2166
Showing
3 changed files
with
53 additions
and
2 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
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