wordexp/test/test_helper.rb

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) }