Sha256: f098f56a371006d688ca24abee309f903b5aff31eff44c763d50adc5a8969e8f
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
require "rubygems" require 'json' require "spec" # gem install redgreen for colored test output begin require "redgreen" unless ENV['TM_CURRENT_LINE']; rescue LoadError; end path = File.expand_path(File.dirname(__FILE__) + "/../lib/") $LOAD_PATH.unshift(path) unless $LOAD_PATH.include?(path) require path + '/typhoeus' Spec::Runner.configure do |config| end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
xenda-typhoeus-0.2.4 | spec/spec_helper.rb |
typhoeus-0.2.4 | spec/spec_helper.rb |
typhoeus-0.2.3 | spec/spec_helper.rb |
typhoeus-0.2.2 | spec/spec_helper.rb |
typhoeus-0.2.1 | spec/spec_helper.rb |