mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
6 lines
232 B
Ruby
6 lines
232 B
Ruby
$LOAD_PATH.unshift File.expand_path('../ext', __dir__)
|
|
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
|
require 'wordexp'
|
|
|
|
require 'minitest/autorun'
|
|
Dir[File.expand_path('support/**/*.rb', __dir__)].each { |rb| require(rb) }
|