Sha256: 6fbf708ea45902c90df41814d6884eb313dc9e683af4f5cfba22b6353291bc9e
Contents?: true
Size: 347 Bytes
Versions: 64
Compression:
Stored size: 347 Bytes
Contents
#! /usr/bin/env ruby require 'spec_helper' require 'puppet/face' describe Puppet::Face[:file, '0.0.1'] do [:download, :store, :find, :info, :save].each do |action| it { is_expected.to be_action action } it { is_expected.to respond_to action } end it "should be deprecated" do expect(subject.deprecated?).to be_truthy end end
Version data entries
64 entries across 64 versions & 1 rubygems