From 87576e1ab1a4c02f8847e8264e6a62abd36df793 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Sep 2016 00:33:07 +0200 Subject: Fixing atom feeds for accounts, adding tests that would catch such bugs in future --- spec/controllers/xrd_controller_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/controllers/xrd_controller_spec.rb') diff --git a/spec/controllers/xrd_controller_spec.rb b/spec/controllers/xrd_controller_spec.rb index 9152a714b..eeaaaa786 100644 --- a/spec/controllers/xrd_controller_spec.rb +++ b/spec/controllers/xrd_controller_spec.rb @@ -1,6 +1,8 @@ require 'rails_helper' RSpec.describe XrdController, type: :controller do + render_views + describe 'GET #host_meta' do it 'returns http success' do get :host_meta -- cgit