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

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

require 'spec_helper'

RSpec.describe ResourceEvents::SyntheticStateNotesBuilderService, feature_category: :team_planning do
  describe '#execute' do
    let_it_be(:user) { create(:user) }

    it_behaves_like 'filters by paginated notes', :resource_state_event
  end
end