about summary refs log tree commit diff
path: root/spec/controllers
diff options
context:
space:
mode:
authorpluralcafe-docker <git@plural.cafe>2019-01-21 04:35:41 +0000
committerpluralcafe-docker <git@plural.cafe>2019-01-21 04:35:41 +0000
commit657438e95054ba1f161db698acdf7f1a871d1c9c (patch)
treea3344b6105b7771983f69c789fb2f7a0c22a8583 /spec/controllers
parentd899138556513c8a5fa3397606ecc4752b7c6785 (diff)
parentb7c67605d5c2110b4a3cd3d8a7b8ef2878cbfe48 (diff)
Merge branch 'master' into production
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/tags_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/tags_controller_spec.rb b/spec/controllers/tags_controller_spec.rb
index 33ccaed61..69def90cf 100644
--- a/spec/controllers/tags_controller_spec.rb
+++ b/spec/controllers/tags_controller_spec.rb
@@ -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