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
b1424c1e
Commit
b1424c1e
authored
Jun 29, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to service in spec/models/integrations/ewm_spec.rb
parent
8bd3a911
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
spec/models/integrations/ewm_spec.rb
spec/models/integrations/ewm_spec.rb
+5
-5
No files found.
spec/models/integrations/ewm_spec.rb
View file @
b1424c1e
...
...
@@ -9,7 +9,7 @@ RSpec.describe Integrations::Ewm do
end
describe
'Validations'
do
context
'when
service
is active'
do
context
'when
integration
is active'
do
before
do
subject
.
active
=
true
end
...
...
@@ -17,12 +17,12 @@ RSpec.describe Integrations::Ewm do
it
{
is_expected
.
to
validate_presence_of
(
:project_url
)
}
it
{
is_expected
.
to
validate_presence_of
(
:issues_url
)
}
it
{
is_expected
.
to
validate_presence_of
(
:new_issue_url
)
}
it_behaves_like
'issue tracker
service
URL attribute'
,
:project_url
it_behaves_like
'issue tracker
service
URL attribute'
,
:issues_url
it_behaves_like
'issue tracker
service
URL attribute'
,
:new_issue_url
it_behaves_like
'issue tracker
integration
URL attribute'
,
:project_url
it_behaves_like
'issue tracker
integration
URL attribute'
,
:issues_url
it_behaves_like
'issue tracker
integration
URL attribute'
,
:new_issue_url
end
context
'when
service
is inactive'
do
context
'when
integration
is inactive'
do
before
do
subject
.
active
=
false
end
...
...
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