From c4d2cacac77fc47b112d30fc135219a4a27452fd Mon Sep 17 00:00:00 2001 From: James Lopez Date: Fri, 9 Sep 2016 18:08:30 +0200 Subject: [PATCH] attempt to fix random error in remote build --- spec/support/import_export/export_file_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/support/import_export/export_file_helper.rb b/spec/support/import_export/export_file_helper.rb index 7e75ed9793b..be0772d6a4a 100644 --- a/spec/support/import_export/export_file_helper.rb +++ b/spec/support/import_export/export_file_helper.rb @@ -1,3 +1,5 @@ +require './spec/support/import_export/configuration_helper' + module ExportFileHelper include ConfigurationHelper