Fix Cucumber scenario
This commit is contained in:
parent
55de135467
commit
1238ccefcc
|
@ -27,8 +27,8 @@ Feature: Rendering
|
||||||
Then the _site directory should not exist
|
Then the _site directory should not exist
|
||||||
And I should see "Invalid CSS after" in the build output
|
And I should see "Invalid CSS after" in the build output
|
||||||
|
|
||||||
Scenario: Don't render liquid in CoffeeScript
|
Scenario: Render liquid in CoffeeScript
|
||||||
Given I have an "index.coffee" page that contains "hey='for {{site.animal}}'"
|
Given I have an "index.coffee" page with animal "cicada" that contains "hey='for {{page.animal}}'"
|
||||||
When I run jekyll build
|
When I run jekyll build
|
||||||
Then the _site directory should exist
|
Then the _site directory should exist
|
||||||
And I should see "hey = 'for {{site.animal}}';" in "_site/index.js"
|
And I should see "hey = 'for cicada';" in "_site/index.js"
|
||||||
|
|
Loading…
Reference in New Issue