aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/features/tutorial.feature
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-06-23 14:56:22 +0200
committerMatěj Cepl <mcepl@redhat.com>2014-06-23 15:19:41 +0200
commit5cde8f20dc328706651db6be8502dcb0f910e221 (patch)
tree32982101571b4e9e231c30008c9999571a8b52e1 /test/data/features/tutorial.feature
parentc7a0434ba4ce0e83bc179221cd2d5fd583f4bd8b (diff)
downloadcucutags-5cde8f20dc328706651db6be8502dcb0f910e221.tar.gz
The string in the step decoration doesn’t have to be Unicode.0.7.0
Fixes #1 on gitorious.
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!