Surpressing constant redefinition warning
This commit is contained in:
parent
1e426bd5e5
commit
4aef875205
@ -10,7 +10,7 @@ ENV["CHECK_CONSTANT_LEAKS"] ||= "true"
|
||||
require "./rbconfig" unless defined?(RbConfig)
|
||||
require_relative "../tool/test-coverage" if ENV.key?("COVERAGE")
|
||||
load File.dirname(__FILE__) + '/ruby/default.mspec'
|
||||
OBJDIR = File.expand_path("spec/ruby/optional/capi/ext")
|
||||
OBJDIR = File.expand_path("spec/ruby/optional/capi/ext") unless defined?(OBJDIR)
|
||||
class MSpecScript
|
||||
@testing_ruby = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user