Skip to content

Commit

Permalink
Fixed a syntax error in the sample test
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdave committed Jan 20, 2012
1 parent 4f1c699 commit 7c8c666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/Tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import models.*

class BasicTest extends SpockTest {

'run this pointless test'() {
def 'run this pointless test'() {
when:
def hello = 1

then:
hello == 1
}
}
}

0 comments on commit 7c8c666

Please sign in to comment.