File: experiment_test.rb.tt

package info (click to toggle)
ruby-gitlab-experiment 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ruby: 1,202; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require 'test_helper'

<% module_namespacing do -%>
class <%= class_name %>ExperimentTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
<% end -%>