about summary refs log tree commit diff
path: root/spec/rails_helper.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-15 13:48:38 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 13:48:38 +0200
commit67b35a601ad88cd052ceae8d99c1e6df199cf50b (patch)
treea685cf347f721fc1bf2258b50726b7ad9c837f1f /spec/rails_helper.rb
parentaa9d48343d85449e96c6002131b45be4becd2c0d (diff)
Exclude blocked users from follow suggestions, fix tests
Diffstat (limited to 'spec/rails_helper.rb')
-rw-r--r--spec/rails_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb
index c83051d62..18917f2d9 100644
--- a/spec/rails_helper.rb
+++ b/spec/rails_helper.rb
@@ -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|