1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Extract unrelated constant tests

This commit is contained in:
Holger Just 2017-07-15 14:31:48 +02:00
parent 724a373d66
commit 1da5ae4a38

View File

@ -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