Files
YouPlot/test/test_helper.rb

9 lines
107 B
Ruby
Raw Normal View History

2020-09-19 00:08:09 +09:00
# frozen_string_literal: true
2020-08-19 22:12:53 +09:00
require 'simplecov'
SimpleCov.start
2020-11-23 13:09:16 +09:00
require 'youplot'
2020-07-28 23:07:15 +09:00
2020-07-29 11:54:04 +09:00
require 'test/unit'