Sha256: 9f5f0a4cebeef9346418fa4d80d4d750858bf53e4371f6d1d8aae84676c5f1b3

Contents?: true

Size: 264 Bytes

Versions: 10

Compression:

Stored size: 264 Bytes

Contents

require File.expand_path('../spec_helper', __FILE__)

describe RpmManifestizer do

  it "detects libraries" do
    m = RpmManifestizer.new Settings.new
    expect(m.is_library?( "libjson" )).to be true
    expect(m.is_library?( "kontact" )).to be false
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
inqlude-0.12.0 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.11.0 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.10.0 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.9.0 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.8.0 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.7.4 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.7.3 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.7.2 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.7.1 spec/unit/rpm_manifestizer_spec.rb
inqlude-0.7.0 spec/rpm_manifestizer_spec.rb