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