Sha256: 2129ca43fdc8c7c73f3d1007eee7451bc96f081a68c624ebf95c156f5702a6d7
Contents?: true
Size: 381 Bytes
Versions: 278
Compression:
Stored size: 381 Bytes
Contents
#! /usr/bin/env ruby 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
278 entries across 278 versions & 1 rubygems