summaryrefslogtreecommitdiff
path: root/spec/unit/face/plugin_spec.rb
blob: a417c3adf465b2d26f02374f431ef02b54de08eb (plain)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env ruby
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