D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
ruby
/
3.0.0
/
bundler
/
templates
/
newgem
/
test
/
minitest
/
Filename :
test_helper.rb.tt
back
Copy
# frozen_string_literal: true $LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "<%= config[:namespaced_path] %>" require "minitest/autorun"