Sha256: 7aa28e68c8f924cd2d0772d3b493a2c4804edcf9b0de8fce3a5d49e9261b74c8
Contents?: true
Size: 235 Bytes
Versions: 193
Compression:
Stored size: 235 Bytes
Contents
require_relative '../test_helper' module Generator class RepositoryTest < Minitest::Test def test_construction subject = Repository.new(paths: nil, slug: nil) assert_instance_of Repository, subject end end end
Version data entries
193 entries across 193 versions & 1 rubygems