From 1da5ae4a3826e368c10e65ecf7813080466a8e9b Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 15 Jul 2017 14:31:48 +0200 Subject: [PATCH] Extract unrelated constant tests --- spec/rackstash_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/rackstash_spec.rb b/spec/rackstash_spec.rb index 739f003..e02bce3 100644 --- a/spec/rackstash_spec.rb +++ b/spec/rackstash_spec.rb @@ -28,7 +28,9 @@ describe Rackstash do expect(Rackstash::EMPTY_SET).to eql Set.new expect(Rackstash::EMPTY_SET).to be_frozen + end + it 'defines ISO8601_PRECISION' do expect(Rackstash::ISO8601_PRECISION).to be_a Integer end