From eed000fd716a61e71e63caf3a84d1ee327f8dc07 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 10 Aug 2017 10:37:30 +0300 Subject: Revert rubocop change. Rubocop converted `00` -> `0o0`, we'll just use `0`. --- t/test-custodian-util-timespan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-custodian-util-timespan.rb b/t/test-custodian-util-timespan.rb index 5098589..7681f26 100755 --- a/t/test-custodian-util-timespan.rb +++ b/t/test-custodian-util-timespan.rb @@ -214,7 +214,7 @@ class TestTimeSpanUtil < Test::Unit::TestCase # def test_wrap_around - for h in 0o0..23 + for h in 0..23 assert_equal(1, Custodian::Util::TimeSpan.to_hours(h, h).size) end -- cgit v1.2.1