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

require 'puppet/indirector/resource/rest'

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