Sha256: 1b5fc31f0e662ac856ac97f1d3d30378245141130b19b43ff26849510a3e2a00

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'rspec'

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

require 'itrigga/core_ext'
require 'itrigga/net_helper'

Dir.chdir(File.join(File.dirname(__FILE__), '..'))

RSpec.configure do |config|
  # some (optional) config here
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
itrigga-net_helper-0.2.0 spec/spec_helper.rb
itrigga-net_helper-0.1.0 spec/spec_helper.rb