summaryrefslogtreecommitdiff
path: root/spec/unit/indirector/file_content/rest_spec.rb
blob: fcc4419924d4c0aeeeffd5df001a25c92bc6f062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /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