Sha256: 9d5c520e778f1703d50fe516b5d747fa2948ffd32db4a620dea90de150495c6e

Contents?: true

Size: 519 Bytes

Versions: 67

Compression:

Stored size: 519 Bytes

Contents

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

# Test data version:
# <%= sha1 %>
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.next %>, BookKeeping::VERSION
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
trackler-2.0.6.11 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.10 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.9 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.8 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.7 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.6 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.5 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.4 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.3 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.2 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.1 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.6.0 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.18 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.17 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.16 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.15 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.14 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.13 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.12 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.5.11 tracks/ruby/exercises/rna-transcription/example.tt