Skip to content

Commit

Permalink
Fix language specific text
Browse files Browse the repository at this point in the history
  • Loading branch information
mlvandijk committed Oct 28, 2017
1 parent 9fd1fad commit f816fa5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions content/cucumber/anti-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,9 @@ Scenario: add description
When I press "Save"
Then I should see "Cucumber BDD tool" under "Descriptions"
```

```java
The `edit_work_experience_steps.java` could be implemented like this:
```
```javascript
TODO: See Java or Ruby example
```
```ruby
The `edit_work_experience_steps.rb` could be implemented like this:
```
The{{% text "java" %}}`edit_work_experience_steps.java`{{% /text %}}
{{% text "javascript" %}}`edit_work_experience_steps.js`{{% /text %}}
{{% text "ruby" %}}`edit_work_experience_steps.rb`{{% /text %}}could be implemented like this:

```java
@Given("^I have a CV and I'm on the edit description page$")
Expand Down

0 comments on commit f816fa5

Please sign in to comment.