Merge branch 'master' into glitch-soc/merge-upstream

No conflicts.
This commit is contained in:
Thibaut Girka
2019-01-19 18:28:37 +01:00
57 changed files with 1103 additions and 444 deletions

View File

@@ -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