mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 23:48:10 +08:00
Rename uplot to youplot
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
|
||||
require 'uplot'
|
||||
require 'youplot'
|
||||
|
||||
require 'test/unit'
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
require_relative '../test_helper'
|
||||
|
||||
class UplotCommandTest < Test::Unit::TestCase
|
||||
class YouPlotCommandTest < Test::Unit::TestCase
|
||||
end
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
require_relative '../test_helper'
|
||||
|
||||
class UplotPlotTest < Test::Unit::TestCase
|
||||
class YouPlotPlotTest < Test::Unit::TestCase
|
||||
end
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
require_relative '../test_helper'
|
||||
|
||||
class UplotPreprocessingTest < Test::Unit::TestCase
|
||||
class YouPlotPreprocessingTest < Test::Unit::TestCase
|
||||
def setup
|
||||
@m = Uplot::Preprocessing
|
||||
@m = YouPlot::Preprocessing
|
||||
end
|
||||
|
||||
test :transpose2 do
|
||||
|
@@ -2,8 +2,8 @@
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class UplotTest < Test::Unit::TestCase
|
||||
class YouPlotTest < Test::Unit::TestCase
|
||||
def test_that_it_has_a_version_number
|
||||
assert_kind_of String, ::Uplot::VERSION
|
||||
assert_kind_of String, ::YouPlot::VERSION
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user