wordexp/test/test_helper.rb
Sami Samhuri fb1bc1a910
Implement the most basic API possible
There are no options exposed to Ruby yet.
2022-01-16 18:22:54 -08:00

6 lines
237 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__)].sort.each { |rb| require(rb) }