summaryrefslogtreecommitdiff
path: root/spec/graphql/types/mutation_type_spec.rb
blob: a67d83b1edfe38a4de09030183ecbaeeac5e116b (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

describe Types::MutationType do
  it 'is expected to have the MergeRequestSetWip' do
    expect(described_class).to have_graphql_mutation(Mutations::MergeRequests::SetWip)
  end
end