From 5cde8f20dc328706651db6be8502dcb0f910e221 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 23 Jun 2014 14:56:22 +0200 Subject: The string in the step decoration doesn’t have to be Unicode. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1 on gitorious. --- test/data/features/tutorial.feature | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/data/features/tutorial.feature (limited to 'test/data/features/tutorial.feature') 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! -- cgit