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
6a220965
Commit
6a220965
authored
Apr 01, 2020
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken master 213047
This commit fixes the broken master
parent
98a3c565
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ee/spec/workers/sync_seat_link_worker_spec.rb
ee/spec/workers/sync_seat_link_worker_spec.rb
+4
-4
No files found.
ee/spec/workers/sync_seat_link_worker_spec.rb
View file @
6a220965
...
@@ -43,8 +43,8 @@ describe SyncSeatLinkWorker, type: :worker do
...
@@ -43,8 +43,8 @@ describe SyncSeatLinkWorker, type: :worker do
end
end
context
'when the timezone makes date one day in advance'
do
context
'when the timezone makes date one day in advance'
do
before
do
around
do
|
example
|
Time
.
zone
=
'Auckland'
Time
.
use_zone
(
'Auckland'
)
{
example
.
run
}
end
end
it
'executes the SyncSeatLinkRequestWorker with expected params'
do
it
'executes the SyncSeatLinkRequestWorker with expected params'
do
...
@@ -64,8 +64,8 @@ describe SyncSeatLinkWorker, type: :worker do
...
@@ -64,8 +64,8 @@ describe SyncSeatLinkWorker, type: :worker do
end
end
context
'when the timezone makes date one day before than UTC'
do
context
'when the timezone makes date one day before than UTC'
do
before
do
around
do
|
example
|
Time
.
zone
=
'Central America'
Time
.
use_zone
(
'Central America'
)
{
example
.
run
}
end
end
it
'executes the SyncSeatLinkRequestWorker with expected params'
do
it
'executes the SyncSeatLinkRequestWorker with expected params'
do
...
...
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