Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
45721f11
Commit
45721f11
authored
6 years ago
by
Shinya Maeda
Browse files
Options
Download
Email Patches
Plain Diff
Fix spec
parent
6b846d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/lib/gitlab/ci/status/build/scheduled_spec.rb
spec/lib/gitlab/ci/status/build/scheduled_spec.rb
+2
-2
No files found.
spec/lib/gitlab/ci/status/build/scheduled_spec.rb
View file @
45721f11
...
...
@@ -26,9 +26,9 @@ describe Gitlab::Ci::Status::Build::Scheduled do
context
'when scheduled_at is expired'
do
let
(
:build
)
{
create
(
:ci_build
,
:expired_scheduled
,
project:
project
)
}
it
'shows 00:00
:00
'
do
it
'shows 00:00'
do
Timecop
.
freeze
do
expect
(
subject
.
status_tooltip
).
to
include
(
'00:00
:00
'
)
expect
(
subject
.
status_tooltip
).
to
include
(
'00:00'
)
end
end
end
...
...
This diff is collapsed.
Click to expand it.
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