Sha256: 579eb1f17d9fd0e8c1c785a0c875ed4fb48bb01a16e2517ee7f639022adda6f8

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

SPEC_ROOT = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH << SPEC_ROOT
GEM_ROOT =  File.expand_path(File.join(File.dirname(__FILE__), '..'))    

$LOAD_PATH << "#{GEM_ROOT}/lib"
require "interfacelift"
                     
require 'rubygems'                                
#stubbing and mocking
require 'mocha'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
interfacelift-0.0.1 spec/spec_helper.rb
interfacelift-0.0.0 spec/spec_helper.rb