Sha256: 26a105e931857b025fcce3e0da64f92e9355a8b509f59b1b92c8ea41bb1969cd

Contents?: true

Size: 394 Bytes

Versions: 4

Compression:

Stored size: 394 Bytes

Contents

#! /usr/bin/env ruby -S rspec
require 'spec_helper'

require 'puppet/util/instrumentation/indirection_probe'
require 'puppet/indirector/instrumentation_probe/rest'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-3.0.0.rc8 spec/unit/indirector/instrumentation_probe/rest_spec.rb
puppet-3.0.0.rc7 spec/unit/indirector/instrumentation_probe/rest_spec.rb
puppet-3.0.0.rc5 spec/unit/indirector/instrumentation_probe/rest_spec.rb
puppet-3.0.0.rc4 spec/unit/indirector/instrumentation_probe/rest_spec.rb