Sha256: 21a8a688811c3c4151c63cb2a37f7ef62cd7ac2a9c94d6c6925f012be7bb2766

Contents?: true

Size: 715 Bytes

Versions: 6850

Compression:

Stored size: 715 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))

require "bundler"
Bundler.setup
require "typhoeus"
require "rspec"

Dir[File.join(File.dirname(__FILE__), "support/**/*.rb")].each { |f| require f }

RSpec.configure do |config|
  config.order = :rand

  config.before(:suite) do
    LocalhostServer.new(TESTSERVER.new, 3001)
  end

  config.after do
    Typhoeus::Pool.clear
    Typhoeus::Expectation.clear
    Typhoeus.before.clear
    Typhoeus.on_complete.clear
    Typhoeus.on_success.clear
    Typhoeus.on_failure.clear
    Typhoeus::Config.verbose = false
    Typhoeus::Config.block_connection = false
    Typhoeus::Config.memoize = false
  end
end

Version data entries

6,850 entries across 6,847 versions & 28 rubygems

Version Path
ory-client-1.16.4 vendor/bundle/ruby/3.1.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.179 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.179 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.177 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.177 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.176 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.176 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.175 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.175 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.174 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.174 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.173 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.173 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
ory-client-1.16.3 vendor/bundle/ruby/3.1.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.172 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.172 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.171 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.171 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_id_ruby-0.123.170 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
cybrid_api_organization_ruby-0.123.170 vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb