Sha256: aa1e645b8a6a6b92c45de52edb3e35e26635df97f2d4458fa0d50972deafd6e8

Contents?: true

Size: 251 Bytes

Versions: 5

Compression:

Stored size: 251 Bytes

Contents

require 'rspec'

Dir.chdir(File.join(File.dirname(__FILE__),"..,lib".split(','))) do
  Dir.glob("**/*.rb").each do |file| 
    full_path = File.expand_path(file)
    $:.unshift File.expand_path(File.dirname(full_path))
    require full_path
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
developwithpassion_fakes-0.0.5 spec/spec_helper.rb
developwithpassion_fakes-0.0.4 spec/spec_helper.rb
developwithpassion_fakes-0.0.3 spec/spec_helper.rb
developwithpassion_fakes-0.0.2 spec/spec_helper.rb
developwithpassion_fakes-0.0.1 spec/spec_helper.rb