about summary refs log tree commit diff
path: root/spec/controllers/api/subscriptions_controller_spec.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-09-08 00:33:07 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-09-08 00:33:07 +0200
commit87576e1ab1a4c02f8847e8264e6a62abd36df793 (patch)
tree90f8902673de6e6fc87c5eda43fc4f5e354479c3 /spec/controllers/api/subscriptions_controller_spec.rb
parent499beb4484031703f029511787163e3a5bb6e47a (diff)
Fixing atom feeds for accounts, adding tests that would catch such bugs in future
Diffstat (limited to 'spec/controllers/api/subscriptions_controller_spec.rb')
-rw-r--r--spec/controllers/api/subscriptions_controller_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/controllers/api/subscriptions_controller_spec.rb b/spec/controllers/api/subscriptions_controller_spec.rb
index e13ec4939..a0b0b4413 100644
--- a/spec/controllers/api/subscriptions_controller_spec.rb
+++ b/spec/controllers/api/subscriptions_controller_spec.rb
@@ -1,6 +1,8 @@
 require 'rails_helper'
 
 RSpec.describe Api::SubscriptionsController, type: :controller do
+  render_views
+
   let(:account) { Fabricate(:account, username: 'gargron', domain: 'quitter.no', verify_token: '123', remote_url: 'topic_url', secret: 'abc') }
 
   describe 'GET #show' do