Sha256: a795ad668d75b630826a3aa8d44529f2168432ea2a7cc42391c2c4abed297c68

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

# add lib directory to the search path
libdir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)

require 'rubygems'
require 'spec'

Spec::Runner.configure do |config|
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
luislavena-rake-compiler-0.1.1 spec/spec_helper.rb
luislavena-rake-compiler-0.2.0 spec/spec_helper.rb
luislavena-rake-compiler-0.2.1 spec/spec_helper.rb
luislavena-rake-compiler-0.3.0 spec/spec_helper.rb
luislavena-rake-compiler-0.3.1 spec/spec_helper.rb
luislavena-rake-compiler-0.4.0 spec/spec_helper.rb
rake-compiler-0.3.0 spec/spec_helper.rb
rake-compiler-0.4.0 spec/spec_helper.rb
rake-compiler-0.3.1 spec/spec_helper.rb