2019-10-16 05:07:51 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-01-15 09:32:07 -05:00
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-06-16 14:09:01 -04:00
|
|
|
RSpec.describe IssuesFinder do
|
2019-03-19 13:25:10 -04:00
|
|
|
include_context 'IssuesFinder context'
|
2014-01-15 09:32:07 -05:00
|
|
|
|
2022-06-08 08:08:46 -04:00
|
|
|
it_behaves_like 'issues or work items finder', :issue, 'IssuesFinder#execute context'
|
2014-01-15 09:32:07 -05:00
|
|
|
end
|