Skip to content

Commit

Permalink
fix: simplified template path (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw authored May 2, 2023
1 parent 2b332dc commit ccb3864
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 @@ -98,7 +98,7 @@ f.TestCases(testCases, func(t *testing.T, f *bdd.Feature, tc testCase) {
## Simplified template

A simplified template is also available. It uses only the std [testing](https://pkg.go.dev/testing) package without any other dependency. Steps are defined by comments.
Provide `-template std.simple.v1.go.tmpl` to to use [this](internal/assets/std.simple.v1.go.tmpl) template.
Provide `-template @/std.simple.v1.go.tmpl` to to use [this](internal/assets/std.simple.v1.go.tmpl) template.

```go
func TestApplicationCommandLineTool(t *testing.T) {
Expand Down

0 comments on commit ccb3864

Please sign in to comment.