test/gio2-test-utils.rb in gio2-3.4.3 vs test/gio2-test-utils.rb in gio2-3.4.4
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2013-2019 Ruby-GNOME2 Project Team
+# Copyright (C) 2013-2021 Ruby-GNOME Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
@@ -12,13 +12,11 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-require "test-unit"
-
require "pathname"
require "tempfile"
-require "gio2-test-utils/fixture"
-require "gio2-test-utils/omissions"
-require "gio2-test-utils/socket-client"
+require_relative "gio2-test-utils/fixture"
+require_relative "gio2-test-utils/omissions"
+require_relative "gio2-test-utils/socket-client"