summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/jira.rb
blob: dda804f0fadf9c4b2617bc58270261da2739609a (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 Integration
        class Jira < Test::Instance::All
          tags :jira
        end
      end
    end
  end
end