]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/keystone/spec/shared_examples.rb
Revert "add stackforge/keystone to 3rdparty"
[dsa-puppet.git] / 3rdparty / modules / keystone / spec / shared_examples.rb
diff --git a/3rdparty/modules/keystone/spec/shared_examples.rb b/3rdparty/modules/keystone/spec/shared_examples.rb
deleted file mode 100644 (file)
index d92156a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-shared_examples_for "a Puppet::Error" do |description|
-  it "with message matching #{description.inspect}" do
-    expect { should have_class_count(1) }.to raise_error(Puppet::Error, description)
-  end
-end