mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
lib/helper only needs on flori/json repo
This commit is contained in:
parent
86045fca24
commit
7d142c08cb
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
require_relative 'test_helper'
|
||||
|
||||
require_relative './lib/helper'
|
||||
begin
|
||||
require_relative './lib/helper'
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
class JSONInRactorTest < Test::Unit::TestCase
|
||||
def test_generate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue