# frozen_string_literal: true # Should be done in rubygems test files? ENV["GEM_SKIP"] = ENV["GEM_HOME"] = ENV["GEM_PATH"] = "".freeze ENV.delete("RUBY_CODESIGN") # Get bundled gems on load path Dir.glob("#{__dir__}/../.bundle/gems/*/*.gemspec") .reject {|f| f =~ /minitest|test-unit|power_assert/ } .map {|f| $LOAD_PATH.unshift File.join(File.dirname(f), "lib") } require_relative '../tool/test/runner' .png' alt='cgit logo'/> index : ruby.git
The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/spec/ruby/library/mathn/math/shared
AgeCommit message (Expand)Author
2019-07-27Update to ruby/spec@875a09eBenoit Daloze
2018-03-04Update to ruby/spec@c1b568beregon
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon