Sha256: e700ae427fb861446ce3db8476578b353ce126de62c48bf467ef4ac6da9520ec

Contents?: true

Size: 261 Bytes

Versions: 15

Compression:

Stored size: 261 Bytes

Contents

require 'base_test_helper'

require 'ffi-gobject_introspection'

class Minitest::Test
  def get_introspection_data namespace, name
    gir = GObjectIntrospection::IRepository.default
    gir.require namespace, nil
    gir.find_by_name namespace, name
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gir_ffi-0.7.7 test/introspection_test_helper.rb
gir_ffi-0.7.6 test/introspection_test_helper.rb
gir_ffi-0.7.5 test/introspection_test_helper.rb
gir_ffi-0.7.4 test/introspection_test_helper.rb
gir_ffi-0.7.3 test/introspection_test_helper.rb
gir_ffi-0.7.2 test/introspection_test_helper.rb
gir_ffi-0.7.1 test/introspection_test_helper.rb
gir_ffi-0.7.0 test/introspection_test_helper.rb
gir_ffi-0.6.7 test/introspection_test_helper.rb
gir_ffi-0.6.6 test/introspection_test_helper.rb
gir_ffi-0.6.5 test/introspection_test_helper.rb
gir_ffi-0.6.4 test/introspection_test_helper.rb
gir_ffi-0.6.3 test/introspection_test_helper.rb
gir_ffi-0.6.2 test/introspection_test_helper.rb
gir_ffi-0.6.1 test/introspection_test_helper.rb