Sha256: faf66701922479da8bc4b061161e7f6fb785b622095fc82e15aeb2048bf9d052

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

require 'rubygems'
require 'spec'

# gem install redgreen for colored test output
begin require 'redgreen' unless ENV['TM_CURRENT_LINE']; rescue LoadError; end

path = File.expand_path(File.dirname(__FILE__) + '/../lib/')
$LOAD_PATH.unshift(path) unless $LOAD_PATH.include?(path)

require 'lib/darkext'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
darkhelmet-darkext-0.11.0 spec/spec_helper.rb
darkhelmet-darkext-0.11.1 spec/spec_helper.rb
darkhelmet-darkext-0.11.2 spec/spec_helper.rb