mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
7 lines
118 B
Ruby
7 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative '../test_helper'
|
|
|
|
class YouPlotCommandTest < Test::Unit::TestCase
|
|
end
|