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