Skip to content

Commit

Permalink
Update spock_primer.adoc
Browse files Browse the repository at this point in the history
Fixed ticks of master
  • Loading branch information
anshbansal authored and robfletcher committed Jun 2, 2015
1 parent 020d519 commit ee6e971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spock_primer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def "computing the maximum of two numbers"() {
This `where` block effectively creates two "versions" of the feature method: One where `a` is 5, `b` is 1, and `c` is 5,
and another one where `a` is 3, `b` is 9, and `c` is 9.

The `where` block will be further explained in the <<data_driven_testing.adoc#,Data Driven Testing>> chapter.
The `where` block is called before the `setup` block. The `where` block will be further explained in the <<data_driven_testing.adoc#,Data Driven Testing>> chapter.

== Helper Methods

Expand Down Expand Up @@ -577,4 +577,4 @@ comparison:
|Condition |Assertion
|Exception condition |`@Test(expected=...)`
|Interaction | Mock expectation (e.g. in Mockito)
|===
|===

0 comments on commit ee6e971

Please sign in to comment.