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
f5e99f17
Commit
f5e99f17
authored
Jan 05, 2021
by
Igor Drozdov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 2.7 warnings for factories/licenses.rb
parent
e049419a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ee/spec/factories/licenses.rb
ee/spec/factories/licenses.rb
+1
-2
No files found.
ee/spec/factories/licenses.rb
View file @
f5e99f17
...
@@ -51,9 +51,8 @@ FactoryBot.define do
...
@@ -51,9 +51,8 @@ FactoryBot.define do
attrs
=
[
:gitlab_license
]
attrs
=
[
:gitlab_license
]
attrs
<<
:trial
if
trial
attrs
<<
:trial
if
trial
attrs
<<
:expired
if
expired
attrs
<<
:expired
if
expired
attrs
<<
{
plan:
plan
}
build
(
*
attrs
).
export
build
(
*
attrs
,
plan:
plan
).
export
end
end
# Disable validations when creating an expired license key
# Disable validations when creating an expired license key
...
...
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