YouPlot/test/test_helper.rb

5 lines
99 B
Ruby
Raw Normal View History

2020-07-28 22:14:47 +08:00
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'uplot'
2020-07-28 22:07:15 +08:00
2020-07-28 22:14:47 +08:00
require 'minitest/autorun'