Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / openstacklib / spec / shared_examples.rb
diff --git a/3rdparty/modules/openstacklib/spec/shared_examples.rb b/3rdparty/modules/openstacklib/spec/shared_examples.rb
deleted file mode 100644 (file)
index fec0eac..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-shared_examples_for "a Puppet::Error" do |description|
-  it "with message matching #{description.inspect}" do
-    expect { is_expected.to have_class_count(1) }.to raise_error(Puppet::Error, description)
-  end
-end