Sha256: 957b060cd706d446fc551d32532b205196fb29caa846066848a0bcb78ba35415

Contents?: true

Size: 276 Bytes

Versions: 7

Compression:

Stored size: 276 Bytes

Contents

SPEC_DIR = File.dirname(__FILE__)
lib_path = File.expand_path("#{SPEC_DIR}/../lib")
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)

require 'rubygems'

require 'happy-helpers'

module SpecHelpers
end

RSpec.configure do |conf|
  conf.include SpecHelpers
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
happy-helpers-0.1.0.pre15 spec/spec_helper.rb
happy-helpers-0.1.0.pre14 spec/spec_helper.rb
happy-helpers-0.1.0.pre13 spec/spec_helper.rb
happy-helpers-0.1.0.pre12 spec/spec_helper.rb
happy-helpers-0.1.0.pre11 spec/spec_helper.rb
happy-helpers-0.1.0.pre10 spec/spec_helper.rb
happy-helpers-0.1.0.pre9 spec/spec_helper.rb