Sha256: d283845f7ce16a5c980a8a9532efae3fa413abe2ccd9effa096e74b9389686ee
Contents?: true
Size: 546 Bytes
Versions: 41
Compression:
Stored size: 546 Bytes
Contents
#!/usr/bin/env ruby require 'minitest/autorun' require_relative 'alphametics' # Common test data version: <%= canonical_data_version %> <%= abbreviated_commit_hash %> class AlphameticsTest < Minitest::Test <% test_cases.each_with_index do |test_case, idx| %> <%= test_case.runtime_comment %> def <%= test_case.name %> <%= test_case.skipped(idx) %> <%= 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
41 entries across 41 versions & 1 rubygems