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.8.34 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.33 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.32 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.31 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.30 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.29 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.28 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.27 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.26 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.24 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.23 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.22 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.21 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.20 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.19 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.18 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.17 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.16 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.15 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.14 tracks/ruby/exercises/rna-transcription/example.tt