From 7f8460159fbd1e0168de56a10c0f7fd8e7556693 Mon Sep 17 00:00:00 2001 From: Marin Jankovski <marin@gitlab.com> Date: Thu, 21 Aug 2014 10:49:12 +0200 Subject: [PATCH] Make sure the test fails in year 2114. --- features/steps/group/group.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb index 288524f92b2..c3ee42f1127 100644 --- a/features/steps/group/group.rb +++ b/features/steps/group/group.rb @@ -189,7 +189,7 @@ class Groups < Spinach::FeatureSteps step 'I should see group milestone with descriptions and expiry date' do page.should have_content('Lorem Ipsum is simply dummy text of the printing and typesetting industry') - page.should have_content('expires at Aug 20, 2014') + page.should have_content('expires at Aug 20, 2114') end step 'I should see group milestone with all issues and MRs assigned to that milestone' do @@ -238,7 +238,7 @@ class Groups < Spinach::FeatureSteps milestone2_project3 = create :milestone, title: "GL-113", project: @project3, - due_date: '2014-08-20', + due_date: '2114-08-20', description: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry' @issue1 = create :issue, project: @project1, -- 2.30.9