Sha256: 6f5bc4b0846fe527afb0b1b7e88d791c78cbfffddbc9949d9172fdb9b3d028ef
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
#! /usr/bin/env ruby -S rspec 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
4 entries across 4 versions & 1 rubygems