Fixing atom feeds for accounts, adding tests that would catch such bugs in future
This commit is contained in:
parent
499beb4484
commit
87576e1ab1
9 changed files with 41 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue