Skip to content

Commit

Permalink
Document #902 implementation
Browse files Browse the repository at this point in the history
Related to #902
  • Loading branch information
LeoColman committed Jul 19, 2019
1 parent 50527a1 commit 8d6293f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ class MyTests : DescribeSpec({
// test here
}
}

describe("for the opposite team") {
it("Should negate one score") {
// test here
}
}
}
})
```
Expand Down

0 comments on commit 8d6293f

Please sign in to comment.