summaryrefslogtreecommitdiffstats
path: root/spec/unit/face/plugin_spec.rb
blob: 383aaa3d3b6bb8a71b4826bf3de4a66078d5954f (plain)
1
2
3
4
5
6
7
8
9
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