Redesign public hashtag page to use a masonry layout (#9822)
This commit is contained in:
@ -17,7 +17,7 @@ RSpec.describe TagsController, type: :controller do
|
||||
|
||||
it 'renders application layout' do
|
||||
get :show, params: { id: 'test', max_id: late.id }
|
||||
expect(response).to render_template layout: 'application'
|
||||
expect(response).to render_template layout: 'public'
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user