Improve spec coverage for models/announcement
class (#28350)
This commit is contained in:
parent
d791b47058
commit
28e1a7a394
7 changed files with 227 additions and 4 deletions
|
@ -5,7 +5,7 @@ require 'rails_helper'
|
|||
describe EmojisController do
|
||||
render_views
|
||||
|
||||
let(:emoji) { Fabricate(:custom_emoji) }
|
||||
let(:emoji) { Fabricate(:custom_emoji, shortcode: 'coolcat') }
|
||||
|
||||
describe 'GET #show' do
|
||||
let(:response) { get :show, params: { id: emoji.id, format: :json } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue