Sha256: 7f4790ccaeb4fcf39d871a223ad24191537a993a91f736e3033352469486ffa4
Contents?: true
Size: 469 Bytes
Versions: 2
Compression:
Stored size: 469 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/net_helper' 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.0.2 | spec/spec_helper.rb |
itrigga-net_helper-0.0.1 | spec/spec_helper.rb |