diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-22 19:26:22 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-22 19:55:14 +0100 |
commit | d6ed2eb512f09600d7cd8150bb9b547442a9d68b (patch) | |
tree | f7f2fd55bf288b5380732b03460750e2ba519ec1 /spec/controllers | |
parent | 33fac87e81918e69c781ce07ca339f23a7ac593f (diff) |
Prettier account and stream entry URLs
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/api/salmon_controller_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/api/salmon_controller_spec.rb b/spec/controllers/api/salmon_controller_spec.rb index 3d3a973d2..6897caeeb 100644 --- a/spec/controllers/api/salmon_controller_spec.rb +++ b/spec/controllers/api/salmon_controller_spec.rb @@ -6,7 +6,6 @@ RSpec.describe Api::SalmonController, type: :controller do let(:account) { Fabricate(:user, account: Fabricate(:account, username: 'catsrgr8')).account } before do - stub_request(:post, "https://pubsubhubbub.superfeedr.com/").to_return(:status => 200, :body => "", :headers => {}) stub_request(:get, "https://quitter.no/.well-known/host-meta").to_return(request_fixture('.host-meta.txt')) stub_request(:get, "https://quitter.no/.well-known/webfinger?resource=acct:gargron@quitter.no").to_return(request_fixture('webfinger.txt')) stub_request(:get, "https://quitter.no/api/statuses/user_timeline/7477.atom").to_return(request_fixture('feed.txt')) |