charlierudolph / cucumber_lint

A linter and formatter for cucumber features
MIT License
8 stars 4 forks source link

Initial `And/But` Step #1

Open charlierudolph opened 9 years ago

charlierudolph commented 9 years ago

Report the following as an errors

Background:
  And ...

Background:
  But ...

Scenario:
  And ...

Scenario:
  But ...

Scenario Outline:
  And ...

Scenario Outline:
  But ...