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
cd6560ec
Commit
cd6560ec
authored
Aug 06, 2020
by
jakeburden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change freeze-periods.json to freeze_periods.json
parent
9b5f6c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/frontend/fixtures/freeze_period.rb
spec/frontend/fixtures/freeze_period.rb
+1
-1
No files found.
spec/frontend/fixtures/freeze_period.rb
View file @
cd6560ec
...
@@ -20,7 +20,7 @@ RSpec.describe 'Freeze Periods (JavaScript fixtures)' do
...
@@ -20,7 +20,7 @@ RSpec.describe 'Freeze Periods (JavaScript fixtures)' do
describe
API
::
FreezePeriods
,
'(JavaScript fixtures)'
,
type: :request
do
describe
API
::
FreezePeriods
,
'(JavaScript fixtures)'
,
type: :request
do
include
ApiHelpers
include
ApiHelpers
it
'api/freeze-periods/freeze
-
periods.json'
do
it
'api/freeze-periods/freeze
_
periods.json'
do
create
(
:ci_freeze_period
,
project:
project
,
freeze_start:
'5 4 * * *'
,
freeze_end:
'5 9 * 8 *'
,
cron_timezone:
'America/New_York'
)
create
(
:ci_freeze_period
,
project:
project
,
freeze_start:
'5 4 * * *'
,
freeze_end:
'5 9 * 8 *'
,
cron_timezone:
'America/New_York'
)
create
(
:ci_freeze_period
,
project:
project
,
freeze_start:
'0 12 * * 1-5'
,
freeze_end:
'0 1 5 * *'
,
cron_timezone:
'Etc/UTC'
)
create
(
:ci_freeze_period
,
project:
project
,
freeze_start:
'0 12 * * 1-5'
,
freeze_end:
'0 1 5 * *'
,
cron_timezone:
'Etc/UTC'
)
create
(
:ci_freeze_period
,
project:
project
,
freeze_start:
'0 12 * * 1-5'
,
freeze_end:
'0 16 * * 6'
,
cron_timezone:
'Europe/Berlin'
)
create
(
:ci_freeze_period
,
project:
project
,
freeze_start:
'0 12 * * 1-5'
,
freeze_end:
'0 16 * * 6'
,
cron_timezone:
'Europe/Berlin'
)
...
...
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