spec/lib/vnstat/result/minute_spec.rb in vnstat-ruby-1.0.5 vs spec/lib/vnstat/result/minute_spec.rb in vnstat-ruby-1.1.0
- old
+ new
@@ -20,10 +20,10 @@
end
it { is_expected.to be_a described_class }
it 'initializes with the correct #time with the system time zone' do
- time = DateTime.new(2015, 2, 3, 12, 34, 00, DateTime.now.offset)
+ time = DateTime.new(2015, 2, 3, 12, 34, 0o0, DateTime.now.offset)
expect(subject.time).to eq time
end
it 'initializes with the correct #date' do