Exclude blocked users from follow suggestions, fix tests
This commit is contained in:
parent
aa9d48343d
commit
67b35a601a
4 changed files with 10 additions and 3 deletions
|
@ -9,7 +9,7 @@ require 'webmock/rspec'
|
|||
require 'paperclip/matchers'
|
||||
|
||||
ActiveRecord::Migration.maintain_test_schema!
|
||||
WebMock.disable_net_connect!
|
||||
WebMock.disable_net_connect!(allow: 'localhost:7575')
|
||||
Sidekiq::Testing.inline!
|
||||
|
||||
RSpec.configure do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue