summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/file_metadata/rest_spec.rb
blob: 511f7c7583fb05237ae71e6b333835b2cbe9b1dc (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env rspec
require 'spec_helper'

require 'puppet/indirector/file_metadata'

describe "Puppet::Indirector::Metadata::Rest" do
  it "should add the node's cert name to the arguments"
end