Sha256: 3ee551a695b4dcaffa80f54058e9390414c05e99c0c4bbe46295c149ff67323c

Contents?: true

Size: 193 Bytes

Versions: 4

Compression:

Stored size: 193 Bytes

Contents

require 'shared/puppet_forge/tar'

describe PuppetForge::Tar do

  it "returns an instance of minitar" do
    expect(described_class.instance).to be_a_kind_of PuppetForge::Tar::Mini
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
r10k-2.0.3 spec/unit/puppet_forge/tar_spec.rb
r10k-2.0.2 spec/unit/puppet_forge/tar_spec.rb
r10k-2.0.1 spec/unit/puppet_forge/tar_spec.rb
r10k-2.0.0 spec/unit/puppet_forge/tar_spec.rb