summaryrefslogtreecommitdiff
path: root/spec/unit/indirector/file_metadata/rest_spec.rb
blob: ddc4d9d7e9de42778188e9870694e3a20fdd2288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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
    Puppet::Indirector::FileMetadata::Rest.srv_service.should == :fileserver
  end
end