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"