Sha256: 619f0f23da468c41b7f671ca53c0adaa819d5064442092845d01a3ad07428f50

Contents?: true

Size: 489 Bytes

Versions: 6

Compression:

Stored size: 489 Bytes

Contents

unless Object.const_defined?("FIXTURES_DIR")

GEM_DIR = File.expand_path(File.join(File.dirname(__FILE__), ".."))
LIB_DIR = File.join(GEM_DIR, "lib")
BIN_DIR = File.join(GEM_DIR, "bin")

SPEC_DIR = File.join(GEM_DIR, "spec")
FIXTURES_DIR = File.join(SPEC_DIR, "fixtures")

$:.unshift LIB_DIR

require 'bundler'
Bundler.setup

require 'rspec'

Dir[File.join(File.dirname(__FILE__),'support','**','*.rb')].each { |f| require File.expand_path(f) }

require 'correct_horse_battery_staple'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
correct-horse-battery-staple-0.6.6 spec/spec_helper.rb
correct-horse-battery-staple-0.6.5 spec/spec_helper.rb
correct-horse-battery-staple-0.6.4 spec/spec_helper.rb
correct-horse-battery-staple-0.6.3 spec/spec_helper.rb
correct-horse-battery-staple-0.6.2 spec/spec_helper.rb
correct-horse-battery-staple-0.6.1 spec/spec_helper.rb