mirror of
https://github.com/dkam/openlib.git
synced 2025-12-28 03:04:53 +00:00
7 lines
132 B
Ruby
7 lines
132 B
Ruby
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
|
require 'openlib'
|
|
|
|
require 'minitest/autorun'
|