spec/async/container/forked_spec.rb in async-container-0.8.1 vs spec/async/container/forked_spec.rb in async-container-0.9.0
- old
+ new
@@ -31,6 +31,10 @@
end
end
container.wait
end
+
+ it "should be multiprocess" do
+ expect(described_class).to be_multiprocess
+ end
end