Sha256: 51ce3b7ffc6775c0abaf7dde9288496ba73f15868e5a04ca46128b6b1325b3bc
Contents?: true
Size: 434 Bytes
Versions: 90
Compression:
Stored size: 434 Bytes
Contents
require 'minitest/autorun' require_relative 'grains' # Common test data version: <%= abbreviated_commit_hash %> class GrainsTest < 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