Sha256: 333dec173c5cd463f70e060aef0c0507a89673e3970dc5026fd5aa468a6d758b
Contents?: true
Size: 293 Bytes
Versions: 32
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true require 'avm/registry' RSpec.shared_examples 'in_avm_registry' do |registry_method| let(:avm_registry) { Avm::Registry.send(registry_method) } it 'is in the avm registry' do expect(avm_registry.registered_modules).to include(described_class) end end
Version data entries
32 entries across 32 versions & 2 rubygems