Sha256: feb2d0a3fc817121062b812f2d3e04efff460946c98fbe40a0761310a7bef06e
Contents?: true
Size: 425 Bytes
Versions: 9
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true require 'gir_ffi_test_helper' describe GLib::IConv do let(:instance) { GLib::IConv.open('ascii', 'utf-8') } describe '.open' do it 'creates a new instance of GLib::Iconv' do instance.must_be_instance_of GLib::IConv end end describe '#setup_and_call' do it "works for the method called ''" do instance.setup_and_call :'', [nil, nil, nil, nil] end end end
Version data entries
9 entries across 9 versions & 1 rubygems