about summary refs log tree commit diff
path: root/spec/controllers/home_controller_spec.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-18 23:08:52 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-18 23:10:44 +0100
commit7b7bf834e9f8616440259fcee518fa11adf3e457 (patch)
treee5a5d88f26c162606b4624bd78d644096cf6399a /spec/controllers/home_controller_spec.rb
parent1fd2ac774f77dbca25a1bf82279e2eafa8a3d83b (diff)
Fix OAuth authorization page and add a spec for it
Diffstat (limited to 'spec/controllers/home_controller_spec.rb')
-rw-r--r--spec/controllers/home_controller_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/controllers/home_controller_spec.rb b/spec/controllers/home_controller_spec.rb
index ec2e3b67c..0215495b7 100644
--- a/spec/controllers/home_controller_spec.rb
+++ b/spec/controllers/home_controller_spec.rb
@@ -1,6 +1,8 @@
 require 'rails_helper'
 
 RSpec.describe HomeController, type: :controller do
+  render_views
+
   describe 'GET #index' do
     it 'redirects to about page' do
       get :index