summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/run/rest_spec.rb
blob: 4b80962d122ba18a15ff74a62f24649bc07bbc6f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env rspec
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