YouPlot/test/test_helper.rb

9 lines
105 B
Ruby
Raw Normal View History

2020-09-18 23:08:09 +08:00
# frozen_string_literal: true
2020-08-19 21:12:53 +08:00
require 'simplecov'
SimpleCov.start
2020-07-28 22:14:47 +08:00
require 'uplot'
2020-07-28 22:07:15 +08:00
2020-07-29 10:54:04 +08:00
require 'test/unit'