From 9849898cb199cf4a71e16255320553be12105258 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Wed, 25 Nov 2020 17:21:01 +0900 Subject: [PATCH] Change the test directory from uplot to youplot --- .../backends/unicode_plot_backend_test.rb} | 2 +- test/{uplot => youplot}/command_test.rb | 0 test/{uplot_test.rb => youplot_test.rb} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{uplot/plot_test.rb => youplot/backends/unicode_plot_backend_test.rb} (68%) rename test/{uplot => youplot}/command_test.rb (100%) rename test/{uplot_test.rb => youplot_test.rb} (84%) diff --git a/test/uplot/plot_test.rb b/test/youplot/backends/unicode_plot_backend_test.rb similarity index 68% rename from test/uplot/plot_test.rb rename to test/youplot/backends/unicode_plot_backend_test.rb index 4a6184a..4dae31d 100644 --- a/test/uplot/plot_test.rb +++ b/test/youplot/backends/unicode_plot_backend_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require_relative '../test_helper' +require_relative '../../test_helper' class YouPlotPlotTest < Test::Unit::TestCase end diff --git a/test/uplot/command_test.rb b/test/youplot/command_test.rb similarity index 100% rename from test/uplot/command_test.rb rename to test/youplot/command_test.rb diff --git a/test/uplot_test.rb b/test/youplot_test.rb similarity index 84% rename from test/uplot_test.rb rename to test/youplot_test.rb index cee4a5c..f6e41fb 100644 --- a/test/uplot_test.rb +++ b/test/youplot_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'test_helper' +require_relative 'test_helper' class YouPlotTest < Test::Unit::TestCase def test_that_it_has_a_version_number