Sha256: 8f5495e7d8b9a565fa09ae891f06da33cf0d32e10c0464abb71cd85c8fbae070
Contents?: true
Size: 467 Bytes
Versions: 159
Compression:
Stored size: 467 Bytes
Contents
require 'minitest/autorun' require_relative 'alpha_beta' # Common test data version: <%= abbreviated_commit_hash %> class AlphaBetaTest < Minitest::Test <% test_cases.each_with_index do |test_case, idx| %> 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