RxExpect
RxExpect copied to clipboard
RxSwift testing framework
- Update RxSwift to [6.0.0](https://github.com/ReactiveX/RxSwift/releases/tag/6.0.0) - Bump deployment target to iOS 9 because RxSwift supports iOS9 and above only. - Use Swift 5.1 - Use Xcode 12.2 on Travis
I am getting following error from linker when I try to run my tests: `RxTest/RxTest.framework/RxTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)` Here...
Hi, thank you for your great work! This PR allows migrate ReactorKit on Behavior & Publish Relays instead of own types.
## Deprecated * `RxExpect.input(Variable)` is deprecated because `Variable` is deprecated on RxSwift ## Noti I didn't test Carthage and CocoaPods installation. You should test it... I also set the version...
### **This PR contains #12** ## Deprecated `next` is deprecated. Please use `AnyTestTime.next`
It seems a `.xcodeproj` with a shared scheme is necessary for Carthage integration: https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework Do you want me to work on it ?