Sha256: a86f2cfd0249e4a7d236496c27b1d5c4872de1405cea5d18e78df4c514235788

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 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

3 entries across 3 versions & 1 rubygems

Version Path
ip2location_ruby-8.0.1 spec/spec_helper.rb
ip2location_ruby-7.0.0 spec/spec_helper.rb
ip2location_ruby-0.3.2 spec/spec_helper.rb