From 1b4ab418ba4bfb3492244cde63cb691a1f87ad66 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 30 Nov 2016 13:57:22 +0530 Subject: [PATCH] revert and adjust site_configuration.feature --- features/site_configuration.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/site_configuration.feature b/features/site_configuration.feature index 016ce28f..d09a95c4 100644 --- a/features/site_configuration.feature +++ b/features/site_configuration.feature @@ -161,8 +161,8 @@ Feature: Site configuration And I have a post layout that contains "Post Layout: {{ content }} built at {{ page.date | date_to_xmlschema }}" 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 | + | key | value | + | timezone | America/New_York | And I have a _posts directory And I have the following posts: | title | date | layout | content | @@ -181,8 +181,8 @@ Feature: Site configuration And I have a post layout that contains "Post Layout: {{ content }} built at {{ page.date | date_to_xmlschema }}" 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 | + | key | value | + | timezone | Pacific/Honolulu | And I have a _posts directory And I have the following posts: | title | date | layout | content |