Sha256: a13dfea8b224f9c64156d471acbd22a61473c874fda718d5fe2cc60ac3d68981
Contents?: true
Size: 500 Bytes
Versions: 340
Compression:
Stored size: 500 Bytes
Contents
require 'spec_helper' require 'puppet/indirector/file_content/file' describe Puppet::Indirector::FileContent::File do it "should be registered with the file_content indirection" do expect(Puppet::Indirector::Terminus.terminus_class(:file_content, :file)).to equal(Puppet::Indirector::FileContent::File) end it "should be a subclass of the DirectFileServer terminus" do expect(Puppet::Indirector::FileContent::File.superclass).to equal(Puppet::Indirector::DirectFileServer) end end
Version data entries
340 entries across 340 versions & 1 rubygems