summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/run/rest_spec.rb
blob: 3997d9c2fc416d7590063aef7ccab60c37deba83 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby

require 'spec_helper'

require 'puppet/indirector/run/rest'

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