Sha256: 3ac629b4f03aa951d5981ee25db4bd105e422b760db0d0cd03d74de3bfbaae03
Contents?: true
Size: 367 Bytes
Versions: 120
Compression:
Stored size: 367 Bytes
Contents
require 'spec_helper' require 'puppet/indirector/file_content/rest' describe Puppet::Indirector::FileContent::Rest do it "should add the node's cert name to the arguments" it "should set the content type to text/plain" it "should use the :fileserver SRV service" do expect(Puppet::Indirector::FileContent::Rest.srv_service).to eq(:fileserver) end end
Version data entries
120 entries across 120 versions & 1 rubygems