Sha256: fbfa057a6c27524c6ac8bc5145326d37e201ce0f08ff0956d4706b8668a6fa18

Contents?: true

Size: 229 Bytes

Versions: 92

Compression:

Stored size: 229 Bytes

Contents

#! /usr/bin/env ruby
require 'spec_helper'

require 'puppet/property/ensure'

klass = Puppet::Property::Ensure

describe klass do
  it "should be a subclass of Property" do
    klass.superclass.must == Puppet::Property
  end
end

Version data entries

92 entries across 92 versions & 2 rubygems

Version Path
puppet-3.8.7 spec/unit/property/ensure_spec.rb
puppet-3.8.7-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.7-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.6 spec/unit/property/ensure_spec.rb
puppet-3.8.6-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.6-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.5 spec/unit/property/ensure_spec.rb
puppet-3.8.5-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.5-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.4 spec/unit/property/ensure_spec.rb
puppet-3.8.4-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.4-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.3 spec/unit/property/ensure_spec.rb
puppet-3.8.3-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.3-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.2 spec/unit/property/ensure_spec.rb
puppet-3.8.2-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.2-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-3.8.1 spec/unit/property/ensure_spec.rb
puppet-3.8.1-x86-mingw32 spec/unit/property/ensure_spec.rb