lib/truemail/rspec/auditor_helper.rb in truemail-rspec-0.3.1 vs lib/truemail/rspec/auditor_helper.rb in truemail-rspec-0.3.2

- old
+ new

@@ -3,10 +3,10 @@ module Truemail module RSpec module AuditorHelper def create_auditor( success: true, - current_host_ip: Faker::Internet.ip_v4_address, + current_host_ip: ::Faker::Internet.ip_v4_address, warnings: { ip: Truemail::Audit::Ip::IPIFY_ERROR }, configuration: create_configuration ) Truemail::Auditor.new(configuration: configuration).tap do |auditor| auditor_result = auditor.result