summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/instance/jira.rb
blob: 784a71515cbd28d1c9690131e85234d09d19a406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Scenario
    module Test
      module Instance
        class Jira < All
          tags :jira
        end
      end
    end
  end
end