Skip to content

Commit

Permalink
#none: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjanSchouten authored Jan 24, 2023
1 parent b6996df commit 320d11f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class SpockExample extends Specification {
true
}
@SnapshotName("should_use_extension_as_mehod_argument")
@SnapshotName("should_use_extension_as_method_argument")
// Option 2: inject Expect into the method signature
def "Should use extension as method argument"(Expect expect) {
when:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SpockExample extends Specification {
true
}

@SnapshotName("should_use_extension_as_mehod_argument")
@SnapshotName("should_use_extension_as_method_argument")
// Option 2: inject Expect into the method signature
def "Should use extension as method argument"(Expect expect) {
when:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Hello World
]


should_use_extension_as_mehod_argument=[
should_use_extension_as_method_argument=[
Hello World
]
]

0 comments on commit 320d11f

Please sign in to comment.