diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-05-08 00:01:47 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-05-08 00:01:47 +0200 |
commit | fbf097f7e159e4fabe39bd36b9bc480b3f8b4058 (patch) | |
tree | 7b49b6927f676723bf0f34e7e9c2e561553ec167 /spec/controllers | |
parent | d30dd5b1dbbc8e72cd7aefe5ee39684e068b7118 (diff) | |
parent | 81b19e28ff26cbee22f4c6c393391e92d78c61ef (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/relationships_controller_spec.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/controllers/relationships_controller_spec.rb b/spec/controllers/relationships_controller_spec.rb index 16e255afe..2056a2ac2 100644 --- a/spec/controllers/relationships_controller_spec.rb +++ b/spec/controllers/relationships_controller_spec.rb @@ -36,11 +36,7 @@ describe RelationshipsController do end describe 'PATCH #update' do - let(:poopfeast) { Fabricate(:account, username: 'poopfeast', domain: 'example.com', salmon_url: 'http://example.com/salmon') } - - before do - stub_request(:post, 'http://example.com/salmon').to_return(status: 200) - end + let(:poopfeast) { Fabricate(:account, username: 'poopfeast', domain: 'example.com') } shared_examples 'redirects back to followers page' do it 'redirects back to followers page' do |