Closed
Description
- I have read CONTRIBUTING and have done my best to follow them.
What did you do?
I want to use fdescribe
to make sure just on test runs.
When I use github "Quick/Quick"
is works for an iOS test target. On tvOS I have to downgrade to github "Quick/Quick" == 2.0
.
But when I switch to github "Quick/Quick" "master"
it seems to be broken on both platforms.
What did you expect to happen?
Only the tests in this file run.
What actually happened instead?
All the tests run until I hit the tests in this file and Xcode stops the test suite.
Environment
List the software versions you're using:
- Quick: 2.1.0
- Nimble: commit 0edb48d936f31f4ce657047884b77b6e3b0bef4b
- Xcode Version: 10.2.1 (10E1001)
- Swift Version: Xcode Default
Please also mention which package manager you used and its version. Delete the
other package managers in this list:
- Carthage: 0.32.0 (Use
carthage version
in Terminal)