Sha256: db8ced87d7c139d3d6fcf6ab5348c0691e3d729609a1db50effa245165bdc71b

Contents?: true

Size: 538 Bytes

Versions: 87

Compression:

Stored size: 538 Bytes

Contents

#!/usr/bin/env ruby
gem 'minitest', '>= 5.0.0'
require 'minitest/autorun'
require_relative 'rna_transcription'

# Common test data version: <%= abbreviated_commit_hash %>
class ComplementTest < Minitest::Test<% test_cases.each do |test_case| %>
  def <%= test_case.test_name %>
    <%= test_case.skipped %>
    assert_equal '<%= test_case.expected %>', <%= test_case.work_load %>
  end
<% end %>
<%= IO.read(XRUBY_LIB + '/bookkeeping.md') %>
  def test_bookkeeping
    skip
    assert_equal <%= version %>, BookKeeping::VERSION
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
trackler-2.0.6.38 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.37 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.36 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.35 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.34 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.33 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.32 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.31 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.30 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.29 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.28 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.27 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.26 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.25 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.24 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.23 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.22 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.21 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.20 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.19 tracks/ruby/exercises/rna-transcription/example.tt