Sha256: eb623c8616793bc01795e75fd5263d66085f9a6450de5f6730f9859a68dffa8c

Contents?: true

Size: 215 Bytes

Versions: 340

Compression:

Stored size: 215 Bytes

Contents

require 'spec_helper'

require 'puppet/property/ensure'

klass = Puppet::Property::Ensure

describe klass do
  it "should be a subclass of Property" do
    expect(klass.superclass).to eq(Puppet::Property)
  end
end

Version data entries

340 entries across 340 versions & 1 rubygems

Version Path
puppet-6.0.9 spec/unit/property/ensure_spec.rb
puppet-6.0.9-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.0.9-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.0.9-universal-darwin spec/unit/property/ensure_spec.rb
puppet-5.5.14 spec/unit/property/ensure_spec.rb
puppet-5.5.14-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-5.5.14-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-5.5.14-universal-darwin spec/unit/property/ensure_spec.rb
puppet-6.4.1 spec/unit/property/ensure_spec.rb
puppet-6.4.1-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.4.1-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.4.1-universal-darwin spec/unit/property/ensure_spec.rb
puppet-6.0.8 spec/unit/property/ensure_spec.rb
puppet-6.0.8-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.0.8-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.0.8-universal-darwin spec/unit/property/ensure_spec.rb
puppet-5.5.13 spec/unit/property/ensure_spec.rb
puppet-5.5.13-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-5.5.13-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-5.5.13-universal-darwin spec/unit/property/ensure_spec.rb