Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/fixtures.rb')
-rw-r--r--qa/qa/runtime/fixtures.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/runtime/fixtures.rb b/qa/qa/runtime/fixtures.rb
index 201cf7f0fcb..4319f142bba 100644
--- a/qa/qa/runtime/fixtures.rb
+++ b/qa/qa/runtime/fixtures.rb
@@ -35,7 +35,7 @@ module QA
end
def read_fixture(fixture_path, file_name)
- File.read(File.join(Runtime::Path.fixtures_path, fixture_path, file_name))
+ File.read(Runtime::Path.fixture(fixture_path, file_name))
end
private