Renamed test under wrong name.

This commit is contained in:
Parker Moore 2013-03-16 13:15:15 +01:00
parent bc673722d6
commit b49bba9351
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Feature: Site configuration
I want to be able to configure jekyll
In order to make setting up a site easier
Scenario: Change destination directory
Scenario: Change source directory
Given I have a blank site in "_sourcedir"
And I have an "_sourcedir/index.html" file that contains "Changing source directory"
And I have a configuration file with "source" set to "_sourcedir"