summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/instance/all_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/scenario/test/instance/all_spec.rb')
-rw-r--r--qa/spec/scenario/test/instance/all_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/scenario/test/instance/all_spec.rb b/qa/spec/scenario/test/instance/all_spec.rb
index bc0b21c6494..423527e938e 100644
--- a/qa/spec/scenario/test/instance/all_spec.rb
+++ b/qa/spec/scenario/test/instance/all_spec.rb
@@ -24,7 +24,7 @@ describe QA::Scenario::Test::Instance::All do
subject.perform("test")
expect(runner).to have_received(:options=)
- .with(::File.expand_path('../../../../../qa/specs/features', __dir__))
+ .with(::File.expand_path('../../../../qa/specs/features', __dir__))
end
end