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