spec/plumbing/pipe_spec.rb in standard-procedure-plumbing-0.3.2 vs spec/plumbing/pipe_spec.rb in standard-procedure-plumbing-0.3.3
- old
+ new
@@ -18,6 +18,14 @@
end
end
it_behaves_like "a pipe"
end
+
+ context "threaded" do
+ around :example do |example|
+ Plumbing.configure mode: :threaded, &example
+ end
+
+ it_behaves_like "a pipe"
+ end
end