Sha256: f2c40a6caad7eba1915e075f658fa09ff1b12db2d0af3881906b9a76cbf87cf1

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 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 '<%= config[:namespaced_path] %>'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
straptible-0.2.4 lib/straptible/gem/templates/spec/spec_helper.rb.tt
straptible-0.2.3 lib/straptible/gem/templates/spec/spec_helper.rb.tt
straptible-0.2.2 lib/straptible/gem/templates/spec/spec_helper.rb.tt
straptible-0.2.1 lib/straptible/gem/templates/spec/spec_helper.rb.tt
straptible-0.2.0 lib/straptible/gem/templates/spec/spec_helper.rb.tt