aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/samples/features/hello.feature
blob: 7975d28af0d0717ea474cb6c47aa9763a40df999 (plain)
1
2
3
4
5
6
7
Feature: showing off behave

  @foo
  Scenario: run a simple test
     Given we have behave installed
      When we implement a test
      Then behave will test it for us!