Fixes the extra indentation in cucumber test

This commit is contained in:
Jens Nazarenus 2014-06-01 21:00:27 +02:00
parent 460d9c1c44
commit 467945bedb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Feature: frontmatter defaults
And I have a "_slides/slide2.html" file with content:
"""
---
myval: Override
myval: Override
---
Value: {{ page.myval }}
"""