summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/scenario.rb
blob: 0c5e9787e17021bd09d5d75a4ce170c877ba4d0a (plain)
1
2
3
4
5
6
7
8
module QA
  module Runtime
    module Scenario
      extend self
      attr_accessor :mattermost
    end
  end
end