summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/path.rb')
-rw-r--r--qa/qa/runtime/path.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/runtime/path.rb b/qa/qa/runtime/path.rb
index 3169c5dd743..fd451f2df19 100644
--- a/qa/qa/runtime/path.rb
+++ b/qa/qa/runtime/path.rb
@@ -8,6 +8,10 @@ module QA
def qa_root
::File.expand_path('../../', __dir__)
end
+
+ def fixtures_path
+ ::File.expand_path('../fixtures', __dir__)
+ end
end
end
end