1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Remove debug code from specs

This commit is contained in:
Holger Just 2018-01-03 20:18:43 +01:00
parent 65d75523c3
commit 7c424edfe0

View File

@ -39,8 +39,6 @@ describe Rackstash::Encoder do
args = ['arg1', foo: 'bar']
expect(encoder_class).to receive(:new).with(*args)
p described_class.registry
described_class.build(encoder_name.to_sym, *args)
end