Skip to content

Commit

Permalink
lib/helper only needs on flori/json repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 1, 2023
1 parent 63b074a commit 6754be6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/ractor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6754be6

Please sign in to comment.