Make sure the test fails in year 2114.
This commit is contained in:
parent
b1433228a5
commit
7f8460159f
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue