diff options
author | James Lopez <james@jameslopez.es> | 2016-09-09 18:08:30 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-09-09 18:08:30 +0200 |
commit | c4d2cacac77fc47b112d30fc135219a4a27452fd (patch) | |
tree | 8913a910b7e3e2ae498207f085a9045d4ec1dc2f /spec/support | |
parent | 37fbb15a2967523d41887f55b6f38e6d74bd6d7f (diff) | |
download | gitlab-ce-c4d2cacac77fc47b112d30fc135219a4a27452fd.tar.gz |
attempt to fix random error in remote build
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/import_export/export_file_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |