Sha256: c6f026c90417d599cb24ee6215cf0bbd3106dd66af5419c41054b5f7a395db85

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 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'

# Console redirection helper
require File.expand_path(File.join(File.dirname(__FILE__), 'support/capture_output_helper'))

Spec::Runner.configure do |config|
  include CaptureOutputHelper
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
luislavena-rake-compiler-0.4.1 spec/spec_helper.rb
rake-compiler-0.4.1 spec/spec_helper.rb