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