Sha256: 5e22629b91f405b02e161fa6d90a5ae950c7b29a73d4b9f8b632ffacd8a61308

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 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"
#gem "mocha"       

Spec::Runner.configure do |config|
  config.mock_with :mocha
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
interfacelift-0.1.1 spec/spec_helper.rb
interfacelift-0.1.0 spec/spec_helper.rb