mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

With #3731 and #3740 merged, this covers up the remaining part of the issues. This was discovered when one tries to create a gem with a different framework. Could be reproduced with: `bundle gem foo --ext --test=test-unit` Signed-off-by: Utkarsh Gupta <utkarsh@debian.org> https://github.com/rubygems/rubygems/commit/51b6457150
6 lines
156 B
Text
6 lines
156 B
Text
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
|
require "<%= config[:namespaced_path] %>"
|
|
|
|
require "minitest/autorun"
|