blob: 43d66d285fa2029ae69d5e7ff2aed48e191c0522 (
plain)
1
2
3
4
5
6
7
8
9
|
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe IssuesFinder, feature_category: :team_planning do
include_context 'IssuesFinder context'
it_behaves_like 'issues or work items finder', :issue, 'IssuesFinder#execute context'
end
|