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

require 'puppet/indirector/node/rest'

describe Puppet::Node::Rest do
  before do
    @searcher = Puppet::Node::Rest.new
  end


end