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.54 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.53 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.52 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.51 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.50 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.49 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.48 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.47 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.46 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.45 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.44 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.43 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.42 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.41 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.40 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.39 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.38 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.37 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.36 tracks/ruby/exercises/rna-transcription/example.tt
trackler-2.0.8.35 tracks/ruby/exercises/rna-transcription/example.tt