Welcome to mirror list, hosted at ThFree Co, Russian Federation.

work_items_finder_spec.rb « work_items « finders « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe400688a239a0ff16ce0ecb1476e99a9c25dbdb (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe WorkItems::WorkItemsFinder do
  using RSpec::Parameterized::TableSyntax
  include_context 'WorkItemsFinder context'

  it_behaves_like 'issues or work items finder', :work_item, 'WorkItemsFinder#execute context'
end