Skip to content

Commit

Permalink
adapt description to should style (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
helmbold authored and sksamuel committed May 17, 2016
1 parent 5d7f375 commit 8baa9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Should spec is similar to fun spec, but uses the keyword `should` instead of `te
```kotlin
class MyTests : ShouldSpec() {
init {
should("String.length should return the length of the string") {
should("return the length of the string") {
"sammy".length shouldBe 5
"".length shouldBe 0
}
Expand Down

0 comments on commit 8baa9b7

Please sign in to comment.