Skip to content
Snippets Groups Projects

Resolve "Run CI/CD pipelines on a schedule" - "Basic backend implementation"

All threads resolved!
Compare and Show latest version
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -67,7 +67,7 @@
it_behaves_like "returns time in the future"
it 'converts time in server time zone' do
expect(subject.hour).to eq(7)
expect(subject.hour).to eq((Time.zone.now.in_time_zone(cron_timezone).utc_offset / 60 / 60).abs)
end
end
end
Loading