From 5647a902de7d58e98e3be6b1417fcda1b5ec46ca Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Mon, 23 Dec 2013 12:43:25 +0100 Subject: [PATCH] Remove a useless given step Since the highlighter configuration option should default to pygments, we don't have to explicitly set it in the step testing the output with pygments. --- features/site_configuration.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/features/site_configuration.feature b/features/site_configuration.feature index 6d3ea647..a7c59b00 100644 --- a/features/site_configuration.feature +++ b/features/site_configuration.feature @@ -92,7 +92,6 @@ Feature: Site configuration Scenario: Highlight code with pygments Given I have an "index.html" page that contains "{% highlight ruby %} puts 'Hello world!' {% endhighlight %}" - And I have a configuration file with "highlighter" set to "pygments" When I run jekyll Then the _site directory should exist And I should see "Hello world!" in "_site/index.html"