aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/features/tutorial.feature
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/features/tutorial.feature')
-rw-r--r--test/data/features/tutorial.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/features/tutorial.feature b/test/data/features/tutorial.feature
new file mode 100644
index 0000000..cd8c621
--- /dev/null
+++ b/test/data/features/tutorial.feature
@@ -0,0 +1,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!