Files
openlib/test/test_helper.rb
2020-04-22 14:12:39 +10:00

7 lines
132 B
Ruby

# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'openlib'
require 'minitest/autorun'