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
958bab52
Commit
958bab52
authored
Oct 26, 2021
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove rubocop tags
parent
e12031e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ee/spec/graphql/mutations/dast/profiles/create_spec.rb
ee/spec/graphql/mutations/dast/profiles/create_spec.rb
+0
-3
No files found.
ee/spec/graphql/mutations/dast/profiles/create_spec.rb
View file @
958bab52
...
...
@@ -12,10 +12,7 @@ RSpec.describe Mutations::Dast::Profiles::Create do
let
(
:description
)
{
SecureRandom
.
hex
}
let
(
:name
)
{
SecureRandom
.
hex
}
let
(
:run_after_create
)
{
false
}
# rubocop: disable CodeReuse/ActiveRecord
let
(
:dast_profile
)
{
Dast
::
Profile
.
find_by
(
project:
project
,
name:
name
)
}
# rubocop: enable CodeReuse/ActiveRecord
let
(
:dast_profile_schedule
)
{
nil
}
subject
(
:mutation
)
{
described_class
.
new
(
object:
nil
,
context:
{
current_user:
developer
},
field:
nil
)
}
...
...
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