Sha256: aa6cd1f3365a670346b62d8176873cd9a73be90534aab11f55b8015a200b64fd
Contents?: true
Size: 475 Bytes
Versions: 67
Compression:
Stored size: 475 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 gem 'minitest', '>= 5.0.0' require 'minitest/autorun' require_relative 'binary' # Test data version: # <%= sha1 %> class BinaryTest < Minitest::Test<% test_cases.each do |test_case| %> def <%= test_case.name %> <%= test_case.skipped %> <%= test_case.assertion %> end <% end %> <%= IO.read(XRUBY_LIB + '/bookkeeping.md') %> def test_bookkeeping skip assert_equal <%= version.next %>, BookKeeping::VERSION end end
Version data entries
67 entries across 67 versions & 1 rubygems