diff options
Diffstat (limited to 'xtesting/samples/features/hello.feature')
-rw-r--r-- | xtesting/samples/features/hello.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xtesting/samples/features/hello.feature b/xtesting/samples/features/hello.feature new file mode 100644 index 00000000..7975d28a --- /dev/null +++ b/xtesting/samples/features/hello.feature @@ -0,0 +1,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! |