diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-08-21 10:49:12 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-08-21 10:49:12 +0200 |
commit | 7f8460159fbd1e0168de56a10c0f7fd8e7556693 (patch) | |
tree | c1d88f8f75de0550a9f9c9f9bfbcd2d1a590b6e5 | |
parent | b1433228a5d539077275854ca9553720a0c55c02 (diff) | |
download | gitlab-ce-7f8460159fbd1e0168de56a10c0f7fd8e7556693.tar.gz |
Make sure the test fails in year 2114.
-rw-r--r-- | features/steps/group/group.rb | 4 |
1 files 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, |