spec/number_additions_spec.rb in bootstripe-0.2.13 vs spec/number_additions_spec.rb in bootstripe-0.2.14
- old
+ new
@@ -22,8 +22,9 @@
it 'should describe periods non-abbreviated' do
3600.to_period(true, false).should eq '1 hour'
7260.to_period(true, false).should eq '2 hours, 1 minute'
(86400 + 10).to_period(true, false).should eq '1 day, 10 seconds'
+ (86400 + 1).to_period(true, false).should eq '1 day, 1 second'
end
end
\ No newline at end of file