Commit a9d21c95 authored by lauraMon's avatar lauraMon

Adds UserStatusType spec

parent e1b8152b
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Types::UserStatusType do
specify { expect(described_class.graphql_name).to eq('UserStatus') }
it 'exposes the expected fields' do
expected_fields = %i[
message_html
]
expect(described_class).to have_graphql_fields(*expected_fields)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment