Sha256: 441baf09678312ab6085329f489a637a4eb2db7fe8316be5bae8e5c13d6b6fe5
Contents?: true
Size: 534 Bytes
Versions: 159
Compression:
Stored size: 534 Bytes
Contents
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(EXERCISM_RUBY_LIB + '/bookkeeping.md') %> def test_bookkeeping skip assert_equal <%= version %>, BookKeeping::VERSION end end
Version data entries
159 entries across 159 versions & 1 rubygems