Sha256: 33ea983a167a524bc640d75086b9f422aab08a7b49a9cdc8af7c4fe7904ebd95
Contents?: true
Size: 459 Bytes
Versions: 4
Compression:
Stored size: 459 Bytes
Contents
require_relative 'version' module <%= module_name %> class Metadata < Inferno::TestKit id :<%= test_kit_id %> title '<%= title_name %>' description <<~DESCRIPTION This is a big markdown description of the test kit. DESCRIPTION suite_ids [:<%= test_suite_id %>] # tags ['SMART App Launch', 'US Core'] # last_updated '2024-03-07' version VERSION maturity 'Low' authors <%= authors %> # repo 'TODO' end end
Version data entries
4 entries across 4 versions & 1 rubygems