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

require 'puppet/indirector/file_content'

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

  it "should set the content type to text/plain"
end