Sha256: 01479a4b69b06b550ab95121dfb1bac46192e8ab0086c0195521395980b6655e
Contents?: true
Size: 360 Bytes
Versions: 120
Compression:
Stored size: 360 Bytes
Contents
require 'spec_helper' require 'puppet/indirector/file_metadata' require 'puppet/indirector/file_metadata/rest' describe "Puppet::Indirector::Metadata::Rest" do it "should add the node's cert name to the arguments" it "should use the :fileserver SRV service" do expect(Puppet::Indirector::FileMetadata::Rest.srv_service).to eq(:fileserver) end end
Version data entries
120 entries across 120 versions & 1 rubygems