Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
7f846015
Commit
7f846015
authored
Aug 21, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure the test fails in year 2114.
parent
b1433228
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
features/steps/group/group.rb
features/steps/group/group.rb
+2
-2
No files found.
features/steps/group/group.rb
View file @
7f846015
...
@@ -189,7 +189,7 @@ class Groups < Spinach::FeatureSteps
...
@@ -189,7 +189,7 @@ class Groups < Spinach::FeatureSteps
step
'I should see group milestone with descriptions and expiry date'
do
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
(
'Lorem Ipsum is simply dummy text of the printing and typesetting industry'
)
page
.
should
have_content
(
'expires at Aug 20, 2
0
14'
)
page
.
should
have_content
(
'expires at Aug 20, 2
1
14'
)
end
end
step
'I should see group milestone with all issues and MRs assigned to that milestone'
do
step
'I should see group milestone with all issues and MRs assigned to that milestone'
do
...
@@ -238,7 +238,7 @@ class Groups < Spinach::FeatureSteps
...
@@ -238,7 +238,7 @@ class Groups < Spinach::FeatureSteps
milestone2_project3
=
create
:milestone
,
milestone2_project3
=
create
:milestone
,
title:
"GL-113"
,
title:
"GL-113"
,
project:
@project3
,
project:
@project3
,
due_date:
'2
0
14-08-20'
,
due_date:
'2
1
14-08-20'
,
description:
'Lorem Ipsum is simply dummy text of the printing and typesetting industry'
description:
'Lorem Ipsum is simply dummy text of the printing and typesetting industry'
@issue1
=
create
:issue
,
@issue1
=
create
:issue
,
project:
@project1
,
project:
@project1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment