summaryrefslogtreecommitdiff
path: root/qa/qa/resource/runner_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/runner_base.rb')
-rw-r--r--qa/qa/resource/runner_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/runner_base.rb b/qa/qa/resource/runner_base.rb
index 7580aa108c9..9386a5d9765 100644
--- a/qa/qa/resource/runner_base.rb
+++ b/qa/qa/resource/runner_base.rb
@@ -122,7 +122,7 @@ module QA
end
def runner(**kwargs)
- raise("Not implemented!")
+ raise NotImplementedError
end
end
end