2019-12-21 20:55:43 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
require 'spec_helper'
|
|
|
|
|
2023-03-04 22:38:38 +05:30
|
|
|
RSpec.describe IssuesFinder, feature_category: :team_planning do
|
2019-07-07 11:18:12 +05:30
|
|
|
include_context 'IssuesFinder context'
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2022-07-23 23:45:48 +05:30
|
|
|
it_behaves_like 'issues or work items finder', :issue, 'IssuesFinder#execute context'
|
2014-09-02 18:07:02 +05:30
|
|
|
end
|