From 57aa10a6f6a373c14e80c0db908defe8fc22d910 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Mon, 30 Sep 2013 11:40:05 +1000 Subject: [PATCH] Fix specs for time zone change --- spec/features/admin/order_cycles_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/features/admin/order_cycles_spec.rb b/spec/features/admin/order_cycles_spec.rb index d68783e1ec..c2533b8704 100644 --- a/spec/features/admin/order_cycles_spec.rb +++ b/spec/features/admin/order_cycles_spec.rb @@ -105,8 +105,8 @@ feature %q{ page.should have_selector 'a', text: 'Plums & Avos' - page.should have_selector "input[value='2012-11-06 06:00:00 UTC']" - page.should have_selector "input[value='2012-11-13 17:00:00 UTC']" + page.should have_selector "input[value='2012-11-06 06:00:00 +1100']" + page.should have_selector "input[value='2012-11-13 17:00:00 +1100']" page.should have_content 'My coordinator' page.should have_selector 'td.suppliers', text: 'My supplier' @@ -295,8 +295,8 @@ feature %q{ page.should have_selector 'a', text: 'Plums & Avos' - page.should have_selector "input[value='2012-11-06 06:00:00 UTC']" - page.should have_selector "input[value='2012-11-13 17:00:00 UTC']" + page.should have_selector "input[value='2012-11-06 06:00:00 +1100']" + page.should have_selector "input[value='2012-11-13 17:00:00 +1100']" page.should have_content 'My coordinator' page.should have_selector 'td.suppliers', text: 'My supplier'