Sha256: 62008ceb9e657fa5f22b5dfb42247911b12e9575edcbcc25f2937f635a6bdc9e

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 Bytes

Contents

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

class RpmManifestizerTest < Test::Unit::TestCase

  def test_is_library
    m = RpmManifestizer.new Settings.new
    assert m.is_library?( "libjson" )
    assert !m.is_library?( "kontact" )
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
inqlude-0.0.6 test/rpm_manifestizer_test.rb
inqlude-0.0.5 test/rpm_manifestizer_test.rb
inqlude-0.0.4 test/rpm_manifestizer_test.rb
inqlude-0.0.3 test/rpm_manifestizer_test.rb
inqlude-0.0.2 test/rpm_manifestizer_test.rb