spec/arborist_spec.rb in arborist-0.1.0 vs spec/arborist_spec.rb in arborist-0.2.0.pre20170519125456
- old
+ new
@@ -162,12 +162,7 @@
])
expect( described_class.observer_runner_for(loader) ).to be_a( Arborist::ObserverRunner )
end
-
- it "has a ZMQ context" do
- expect( described_class.zmq_context ).to be_a( ZMQ::Context )
- end
-
end