mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
9 lines
107 B
Ruby
9 lines
107 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'simplecov'
|
|
SimpleCov.start
|
|
|
|
require 'youplot'
|
|
|
|
require 'test/unit'
|