-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve input tests Test that work factory is called with received inputs instead of testing that they are received on `inputs` subject * add test cases for input receiving terminating events * change `inputs` type to `AnyObserver<Input>` * drop `InputSubject` * Update changelog (cherry picked from commit d463ba9)
- Loading branch information
Showing
7 changed files
with
107 additions
and
259 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "Quick/Nimble" "v8.0.1" | ||
github "Quick/Quick" "v2.0.0" | ||
github "ReactiveX/RxSwift" "4.4.2" | ||
github "Quick/Quick" "v2.1.0" | ||
github "ReactiveX/RxSwift" "4.5.0" |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.