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