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