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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
855c03a0
Commit
855c03a0
authored
Jun 10, 2021
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a new line to separate the setup and exercise phases
parent
f1bf6c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ee/spec/lib/ee/api/entities/ci/minutes/additional_pack_spec.rb
...ec/lib/ee/api/entities/ci/minutes/additional_pack_spec.rb
+1
-0
No files found.
ee/spec/lib/ee/api/entities/ci/minutes/additional_pack_spec.rb
View file @
855c03a0
...
...
@@ -5,6 +5,7 @@ require 'spec_helper'
RSpec
.
describe
::
EE
::
API
::
Entities
::
Ci
::
Minutes
::
AdditionalPack
do
it
'contains the correct attributes'
,
:aggregate_failures
do
pack
=
build
(
:ci_minutes_additional_pack
)
entity
=
described_class
.
new
(
pack
).
as_json
expect
(
entity
[
:expires_at
]).
to
eq
pack
.
expires_at
...
...
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