Sha256: 9baa193e738276cde4bc06493215e9ca4f56ef01fe7fbd77edf6f639bb962b8f
Contents?: true
Size: 211 Bytes
Versions: 93
Compression:
Stored size: 211 Bytes
Contents
require_relative 'in_memory_repository' module Inferno module Repositories # Repository that deals with persistence for the `TestGroup` entity. class TestGroups < InMemoryRepository end end end
Version data entries
93 entries across 93 versions & 1 rubygems