tracks/ruby/test/fixtures/xruby/lib/generator/test_template.erb in trackler-2.1.0.11 vs tracks/ruby/test/fixtures/xruby/lib/generator/test_template.erb in trackler-2.1.0.12

- old
+ new

@@ -2,12 +2,12 @@ require 'minitest/autorun' require_relative 'acronym' # Common test data version: <%= abbreviated_commit_hash %> class AcronymTest < Minitest::Test -<% test_cases.each do |test_case| %> +<% test_cases.each_with_index do |test_case, idx| %> def <%= test_case.name %> - <%= test_case.skipped %> + <%= test_case.skipped(idx) %> <%= test_case.workload %> end <% end %> <%= IO.read(XRUBY_LIB + '/bookkeeping.md') %>