We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4706343 commit 7e0f374Copy full SHA for 7e0f374
spec/examples/time_util_spec.rb
@@ -26,7 +26,7 @@ module IceCube
26
it "returns 00:00:00 from UTC for local time" do
27
time = TimeUtil.beginning_of_date(utc_time.to_date, dst_time)
28
expect([time.hour, time.min, time.sec]).to eq [0, 0, 0]
29
- expect(time.utc_offset).to eq (dst_time.utc_offset)
+ expect(time.utc_offset).to eq dst_time.utc_offset
30
end
31
32
it "returns 00:00:00 from local time for UTC" do
0 commit comments