Sha256: ac380de56a9915fead334e6a8f3055e5fde08d36d30950c6881628529b6d2e6f

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

require 'developwithpassion_fakes'
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

1 entries across 1 versions & 1 rubygems

Version Path
developwithpassion_fakes-rspec-0.0.1 spec/spec_helper.rb