Sha256: 7656500b1217b710b8d2fde25e96663bbef3222a8e0eddd52249154e5fcc499d

Contents?: true

Size: 199 Bytes

Versions: 95

Compression:

Stored size: 199 Bytes

Contents

require 'test_helper'
require 'hexapdf/type/info'

describe HexaPDF::Type::Info do
  it "must always be indirect" do
    obj = HexaPDF::Type::Info.new({})
    assert(obj.must_be_indirect?)
  end
end

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
hexapdf-1.2.0 test/hexapdf/type/test_info.rb
hexapdf-1.1.1 test/hexapdf/type/test_info.rb
hexapdf-1.1.0 test/hexapdf/type/test_info.rb
hexapdf-1.0.3 test/hexapdf/type/test_info.rb
hexapdf-1.0.2 test/hexapdf/type/test_info.rb
hexapdf-1.0.1 test/hexapdf/type/test_info.rb
hexapdf-1.0.0 test/hexapdf/type/test_info.rb
hexapdf-0.47.0 test/hexapdf/type/test_info.rb
hexapdf-0.46.0 test/hexapdf/type/test_info.rb
hexapdf-0.45.0 test/hexapdf/type/test_info.rb
hexapdf-0.44.0 test/hexapdf/type/test_info.rb
hexapdf-0.41.0 test/hexapdf/type/test_info.rb
hexapdf-0.40.0 test/hexapdf/type/test_info.rb
hexapdf-0.39.1 test/hexapdf/type/test_info.rb
hexapdf-0.39.0 test/hexapdf/type/test_info.rb
hexapdf-0.38.0 test/hexapdf/type/test_info.rb
hexapdf-0.37.2 test/hexapdf/type/test_info.rb
hexapdf-0.37.1 test/hexapdf/type/test_info.rb
hexapdf-0.37.0 test/hexapdf/type/test_info.rb
hexapdf-0.36.0 test/hexapdf/type/test_info.rb