summaryrefslogtreecommitdiffstats
path: root/spec/unit/face/plugin_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/face/plugin_spec.rb')
-rwxr-xr-xspec/unit/face/plugin_spec.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/unit/face/plugin_spec.rb b/spec/unit/face/plugin_spec.rb
new file mode 100755
index 000000000..383aaa3d3
--- /dev/null
+++ b/spec/unit/face/plugin_spec.rb
@@ -0,0 +1,10 @@
+#!/usr/bin/env rspec
+require 'spec_helper'
+require 'puppet/face'
+
+describe Puppet::Face[:plugin, '0.0.1'] do
+ [:download].each do |action|
+ it { should be_action action }
+ it { should respond_to action }
+ end
+end