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