Sha256: 832eb13a04437b9da24eb7fad181193a8e3d331f717ae7db76e600a894ce2bfb

Contents?: true

Size: 267 Bytes

Versions: 8

Compression:

Stored size: 267 Bytes

Contents

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

# Load shared spec files
Dir["#{File.dirname(__FILE__)}/shared/**/*.rb"].each do |file|
  require file
end

# Require library up front
require 'straptible'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
straptible-0.2.4 spec/spec_helper.rb
straptible-0.2.3 spec/spec_helper.rb
straptible-0.2.2 spec/spec_helper.rb
straptible-0.2.1 spec/spec_helper.rb
straptible-0.2.0 spec/spec_helper.rb
straptible-0.1.2 spec/spec_helper.rb
straptible-0.1.1 spec/spec_helper.rb
straptible-0.1.0 spec/spec_helper.rb