summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 94f62d9fc..86801ff54 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -163,6 +163,10 @@ class ActiveSupport::TestCase
File.directory?(repository_path(vendor))
end
+ def repository_configured?(vendor)
+ self.class.repository_configured?(vendor)
+ end
+
def self.is_mysql_utf8mb4
return false unless Redmine::Database.mysql?