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
5f02c994
Commit
5f02c994
authored
Oct 07, 2019
by
allison.browne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Factory syntax fix
parent
acc32dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/factories/zoom_meetings.rb
spec/factories/zoom_meetings.rb
+4
-4
No files found.
spec/factories/zoom_meetings.rb
View file @
5f02c994
...
...
@@ -4,15 +4,15 @@ FactoryBot.define do
factory
:zoom_meeting
do
project
{
issue
.
project
}
issue
url
'https://zoom.us/j/123456789'
issue_status
:added
url
{
'https://zoom.us/j/123456789'
}
issue_status
{
:added
}
trait
:added_to_issue
do
issue_status
:added
issue_status
{
:added
}
end
trait
:removed_from_issue
do
issue_status
:removed
issue_status
{
:removed
}
end
end
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