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:
parent
724a373d66
commit
1da5ae4a38
@ -28,7 +28,9 @@ describe Rackstash do
|
|||||||
|
|
||||||
expect(Rackstash::EMPTY_SET).to eql Set.new
|
expect(Rackstash::EMPTY_SET).to eql Set.new
|
||||||
expect(Rackstash::EMPTY_SET).to be_frozen
|
expect(Rackstash::EMPTY_SET).to be_frozen
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'defines ISO8601_PRECISION' do
|
||||||
expect(Rackstash::ISO8601_PRECISION).to be_a Integer
|
expect(Rackstash::ISO8601_PRECISION).to be_a Integer
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user