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
1a446368
Commit
1a446368
authored
Jun 09, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move an EE-specific factory to ee/spec/factories/services.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
4bd9f816
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
ee/spec/factories/services.rb
ee/spec/factories/services.rb
+7
-0
spec/factories/services.rb
spec/factories/services.rb
+0
-7
No files found.
ee/spec/factories/services.rb
View file @
1a446368
...
@@ -12,4 +12,11 @@ FactoryBot.define do
...
@@ -12,4 +12,11 @@ FactoryBot.define do
active
{
true
}
active
{
true
}
type
{
'SlackSlashCommandsService'
}
type
{
'SlackSlashCommandsService'
}
end
end
factory
:github_service
do
project
type
{
'GithubService'
}
active
{
true
}
token
{
'github-token'
}
end
end
end
spec/factories/services.rb
View file @
1a446368
...
@@ -165,13 +165,6 @@ FactoryBot.define do
...
@@ -165,13 +165,6 @@ FactoryBot.define do
type
{
'SlackService'
}
type
{
'SlackService'
}
end
end
factory
:github_service
do
project
type
{
'GithubService'
}
active
{
true
}
token
{
'github-token'
}
end
factory
:pipelines_email_service
do
factory
:pipelines_email_service
do
project
project
active
{
true
}
active
{
true
}
...
...
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