summaryrefslogtreecommitdiff
path: root/spec/unit/indirector/facts/rest_spec.rb
blob: 4de5e295acfbd6a4596076076a97968869e1cce5 (plain)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env ruby
require 'spec_helper'

require 'puppet/indirector/facts/rest'

describe Puppet::Node::Facts::Rest do
  it "should be a sublcass of Puppet::Indirector::REST" do
    Puppet::Node::Facts::Rest.superclass.should equal(Puppet::Indirector::REST)
  end
end