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

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

require 'spec_helper'

RSpec.describe IssuesFinder do
  include_context 'IssuesFinder context'

  it_behaves_like 'issues or work items finder', :issue, 'IssuesFinder#execute context'
end