summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/scenario.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/scenario.rb')
-rw-r--r--qa/qa/runtime/scenario.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/qa/qa/runtime/scenario.rb b/qa/qa/runtime/scenario.rb
new file mode 100644
index 00000000000..0c5e9787e17
--- /dev/null
+++ b/qa/qa/runtime/scenario.rb
@@ -0,0 +1,8 @@
+module QA
+ module Runtime
+ module Scenario
+ extend self
+ attr_accessor :mattermost
+ end
+ end
+end