Sha256: fa6e7db02aa378b096000df2be7cebe61b2beadd2702d045d0ebe81532420ad8
Contents?: true
Size: 383 Bytes
Versions: 92
Compression:
Stored size: 383 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 Puppet::Indirector::FileContent::Rest.srv_service.should == :fileserver end end
Version data entries
92 entries across 92 versions & 2 rubygems