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-8.3.0 spec/unit/property/ensure_spec.rb
puppet-8.3.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-8.3.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-8.3.0-universal-darwin spec/unit/property/ensure_spec.rb
puppet-8.4.0 spec/unit/property/ensure_spec.rb
puppet-8.4.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-8.4.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-8.4.0-universal-darwin spec/unit/property/ensure_spec.rb
puppet-7.28.0 spec/unit/property/ensure_spec.rb
puppet-7.28.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-7.28.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-7.28.0-universal-darwin spec/unit/property/ensure_spec.rb
puppet-8.3.1 spec/unit/property/ensure_spec.rb
puppet-8.3.1-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-8.3.1-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-8.3.1-universal-darwin spec/unit/property/ensure_spec.rb
puppet-7.27.0 spec/unit/property/ensure_spec.rb
puppet-7.27.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-7.27.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-7.27.0-universal-darwin spec/unit/property/ensure_spec.rb