Skip to content

Fix intermittent spec failure in spec/lib/gitlab/mirror_spec.rb

Stan Hu requested to merge sh-fix-mirror-spec-failure into master

If you attempt to run this spec between 00:00 and 01:00, one of the examples fails because:

DateTime.now.beginning_of_hour == DateTime.now.at_beginning_of_day

Closes #2081 (closed)

Merge request reports