Files
YouPlot/test/test_helper.rb

5 lines
92 B
Ruby
Raw Normal View History

2020-07-28 23:14:47 +09:00
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'uplot'
2020-07-28 23:07:15 +09:00
2020-07-29 11:54:04 +09:00
require 'test/unit'