aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/features/tutorial.feature
blob: cd8c6217f88712b0a95f3f75a54fb99e2b014fbe (plain) (blame)
1
2
3
4
5
6
Feature: showing off behave

  Scenario: run a simple test
     Given we have behave installed
      when we implement a test
      then behave will test it for us!