Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3ph committed Jun 7, 2017
1 parent 7799fb9 commit cf815e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Example/Tests/Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import CollectionPickerView
class TableOfContentsSpec: QuickSpec {
override func spec() {
describe("these will fail") {

/*
it("can do maths") {
expect(1) == 2
Expand All @@ -19,6 +21,7 @@ class TableOfContentsSpec: QuickSpec {
it("will eventually fail") {
expect("time").toEventually( equal("done") )
}
*/

context("these will pass") {

Expand Down

0 comments on commit cf815e3

Please sign in to comment.