From 64a57c7cfd2427a4c71ca6858df5fb639947ab15 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 6 Aug 2013 18:52:32 +0000 Subject: [PATCH] Improve test in recipe evaluation output feature --- features/recipes/evaluation.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/recipes/evaluation.feature b/features/recipes/evaluation.feature index 73da50f..d66c84f 100644 --- a/features/recipes/evaluation.feature +++ b/features/recipes/evaluation.feature @@ -7,7 +7,7 @@ Feature: recipe evaluation """ When I execute the recipe Then the exit status must be 0 - And the output must contain "hello from recipe" + And the output must contain exactly "hello from recipe\n" Scenario: reports errors when evaluating an invalid recipe Given a recipe with: