Sha256: 283f289df82b23fc6e5cbe61dacea996a0a19a1698c8ed4af33f127bcfcd93b0
Contents?: true
Size: 253 Bytes
Versions: 35
Compression:
Stored size: 253 Bytes
Contents
#!/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
Version data entries
35 entries across 35 versions & 3 rubygems