Sha256: 7aa90efd11223b65c336b71119000dc0a1f150a8c4519285fd5982fb691b1dd6

Contents?: true

Size: 236 Bytes

Versions: 278

Compression:

Stored size: 236 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
    expect(klass.superclass).to eq(Puppet::Property)
  end
end

Version data entries

278 entries across 278 versions & 1 rubygems

Version Path
puppet-6.4.0 spec/unit/property/ensure_spec.rb
puppet-6.4.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.4.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.4.0-universal-darwin spec/unit/property/ensure_spec.rb
puppet-6.0.7 spec/unit/property/ensure_spec.rb
puppet-6.0.7-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.0.7-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.0.7-universal-darwin spec/unit/property/ensure_spec.rb
puppet-5.5.12 spec/unit/property/ensure_spec.rb
puppet-5.5.12-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-5.5.12-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-5.5.12-universal-darwin spec/unit/property/ensure_spec.rb
puppet-6.3.0 spec/unit/property/ensure_spec.rb
puppet-6.3.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.3.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.3.0-universal-darwin spec/unit/property/ensure_spec.rb
puppet-6.2.0 spec/unit/property/ensure_spec.rb
puppet-6.2.0-x86-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.2.0-x64-mingw32 spec/unit/property/ensure_spec.rb
puppet-6.2.0-universal-darwin spec/unit/property/ensure_spec.rb