]>
cat aescling's git repositories - mastodon.git/blob - spec/controllers/api/v1/custom_emojis_controller_spec.rb
1 # frozen_string_literal: true
5 RSpec
.describe Api
::V1::CustomEmojisController, type
: :controller do
8 describe
'GET #index' do
10 Fabricate(:custom_emoji)
14 it
'returns http success' do
15 expect(response
).to
have_http_status(:success)
This page took 0.065548 seconds and 4 git commands to generate.