Skip to content

Commit

Permalink
Remove duplicated Kotlin stepDefinition example (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancer1325 authored Sep 4, 2024
1 parent 43f56f3 commit 0d9f534
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions content/docs/cucumber/step-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,6 @@ class StepDefinitions : En {

{{% /block %}}

{{% block "kotlin" %}}

```kotlin
package com.example
import io.cucumber.java8.En

class StepDefinitions : En {

init {
Given("I have {int} cukes in my belly") { cukes: Int ->
println("Cukes: $cukes")
}
}

}
```

{{% /block %}}

{{% block "scala" %}}

Expand Down

0 comments on commit 0d9f534

Please sign in to comment.