From 7e20616fe623da4cddf42b5b2db8dfb49ff884d2 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Tue, 20 Dec 2011 17:15:26 -0800 Subject: [PATCH] change cf error --- features/coffee-script.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/coffee-script.feature b/features/coffee-script.feature index 08496916..ed2c6a1b 100644 --- a/features/coffee-script.feature +++ b/features/coffee-script.feature @@ -14,4 +14,4 @@ Feature: Support coffee-script Scenario: Rendering broken coffee Given the Server is running at "test-app" When I go to "/javascripts/broken-coffee.js" - Then I should see "ProgramError" \ No newline at end of file + Then I should see "Error" \ No newline at end of file