Sha256: c72f64708b816f8d13edd16450c8bed5debbe85bc30dc3e8fcb9c712fc8794b7

Contents?: true

Size: 401 Bytes

Versions: 6

Compression:

Stored size: 401 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'ip2location_ruby'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end
require 'awesome_print'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ip2location_ruby-8.2.1 spec/spec_helper.rb
ip2location_ruby-8.2.0 spec/spec_helper.rb
ip2location_ruby-8.1.1 spec/spec_helper.rb
ip2location_ruby-8.1.0 spec/spec_helper.rb
ip2location_ruby-8.0.3 spec/spec_helper.rb
ip2location_ruby-8.0.2 spec/spec_helper.rb