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
a190190c
Commit
a190190c
authored
Jan 27, 2020
by
Rémy Coutable
Committed by
Bob Van Landuyt
Jan 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a 'RSpec/ContextMethod' offense
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c0207dfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/spec/lib/ee/api/helpers/notes_helpers_spec.rb
ee/spec/lib/ee/api/helpers/notes_helpers_spec.rb
+1
-1
spec/services/ci/create_pipeline_service/pre_post_stages_spec.rb
...rvices/ci/create_pipeline_service/pre_post_stages_spec.rb
+1
-1
No files found.
ee/spec/lib/ee/api/helpers/notes_helpers_spec.rb
View file @
a190190c
...
...
@@ -36,7 +36,7 @@ describe 'NotesHelpers' do
stub_licensed_features
(
epics:
true
)
end
context
'#find_noteable'
do
describe
'#find_noteable'
do
it
'returns the expected epic'
do
allow
(
subject
).
to
receive
(
:user_group
).
and_return
(
group
)
...
...
spec/services/ci/create_pipeline_service/pre_post_stages_spec.rb
View file @
a190190c
...
...
@@ -2,7 +2,7 @@
require
'spec_helper'
describe
Ci
::
CreatePipelineService
do
context
'.pre/.post stages'
do
describe
'.pre/.post stages'
do
let_it_be
(
:user
)
{
create
(
:admin
)
}
let_it_be
(
:project
)
{
create
(
:project
,
:repository
,
creator:
user
)
}
...
...
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