revert and adjust site_configuration.feature

This commit is contained in:
Ashwin Maroli 2016-11-30 13:57:22 +05:30
parent 31eeb1a561
commit 1b4ab418ba
1 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ Feature: Site configuration
And I have an "index.html" page with layout "page" that contains "site index page"
And I have a configuration file with:
| key | value |
| timezone | UTC+04:00 |
| timezone | America/New_York |
And I have a _posts directory
And I have the following posts:
| title | date | layout | content |
@ -182,7 +182,7 @@ Feature: Site configuration
And I have an "index.html" page with layout "page" that contains "site index page"
And I have a configuration file with:
| key | value |
| timezone | UTC+10:00 |
| timezone | Pacific/Honolulu |
And I have a _posts directory
And I have the following posts:
| title | date | layout | content |