Sha256: 0f6e615c46b00ecd4f202c08f4ceee3329d690f850641cd605606e68d831c0e5
Contents?: true
Size: 442 Bytes
Versions: 90
Compression:
Stored size: 442 Bytes
Contents
require 'minitest/autorun' require_relative 'all_your_base' # Common test data version: <%= abbreviated_commit_hash %> class AllYourBaseTest < Minitest::Test<% test_cases.each do |test_case| %> def <%= test_case.test_name %> <%= test_case.skipped %> <%= test_case.workload %> end <% end %> <%= IO.read(XRUBY_LIB + '/bookkeeping.md') %> def test_bookkeeping skip assert_equal <%= version %>, BookKeeping::VERSION end end
Version data entries
90 entries across 90 versions & 1 rubygems