Sha256: 8eb6b20cd225495f2efa837959325782d6e65b53aa6db2266834fe0877775a92
Contents?: true
Size: 498 Bytes
Versions: 35
Compression:
Stored size: 498 Bytes
Contents
#!/usr/bin/env rspec require 'spec_helper' require 'puppet/indirector/resource_type/rest' describe Puppet::Indirector::ResourceType::Rest do it "should be registered with the resource_type indirection" do Puppet::Indirector::Terminus.terminus_class(:resource_type, :rest).should equal(Puppet::Indirector::ResourceType::Rest) end it "should be a subclass of Puppet::Indirector::Rest" do Puppet::Indirector::ResourceType::Rest.superclass.should == Puppet::Indirector::REST end end
Version data entries
35 entries across 35 versions & 3 rubygems