Commits

Brian Gesiak committed ee5538a744b
Report XCTAssert failures in Quick examples Fixes #121. XCTAssert macros must use some internal machinery to report failures. Quick specs don't have the correct state to report failures, but the XCTestRun objects passed to the -[XCTestCase performTest:] method do. Use those instead.