]>
cloud.milkyroute.net Git - dolphin.git/blob - src/settings/services/test/test_helper.rb
1 # SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org>
3 # SPDX-License-Identifier: GPL-2.0-or-later
5 $LOAD_PATH.unshift(File
.absolute_path('../', __dir__
)) # ../
7 def __test_method_name__
8 return @method_name if defined?(:@method_name)
11 until caller
.start_with
?('test_')
12 caller
= caller_locations(index
, 1)[0].label