Sha256: a90adb34e6e1414b8393d968f7d3240def38426aa0afe7a1316e45e5b8e3e8bd

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

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

describe RpmManifestizer do

  it "detects libraries" do
    m = RpmManifestizer.new Settings.new
    m.is_library?( "libjson" ).should be_true
    m.is_library?( "kontact" ).should be_false
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
inqlude-0.0.8 spec/rpm_manifestizer_spec.rb
inqlude-0.0.7 spec/rpm_manifestizer_spec.rb