Adding first patch for behave feature
[functest-xtesting.git] / xtesting / samples / features / hello.feature
1 Feature: showing off behave
2
3   @foo
4   Scenario: run a simple test
5      Given we have behave installed
6       When we implement a test
7       Then behave will test it for us!