Sha256: 5f246c127c8737f4db84c23a9cab75a55b03996fd6b78aab9c7b0d5577ad7a98
Contents?: true
Size: 193 Bytes
Versions: 9
Compression:
Stored size: 193 Bytes
Contents
# frozen_string_literal: true require 'gir_ffi_test_helper' describe 'GirFFI::VERSION' do it 'is set to a valid version number' do GirFFI::VERSION.must_match(/\d+\.\d+\.\d+/) end end
Version data entries
9 entries across 9 versions & 1 rubygems