Sha256: d9b2617518b707d6ed9b6c52b366cf7d035771108f98bc87bf805081dbf10976

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

require 'rubygems'

pathname_modules = Pathname.new(Dir.pwd).join("lib/modules")
pathname_models  = Pathname.new(Dir.pwd).join("lib/models")

Dir["#{pathname_modules}/*.rb"].each {|file| require file}
Dir["#{pathname_models}/*.rb"].each {|file| require file}

RSpec.configure do |config|
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplate-0.1.1 lib/simplate/copies/spec_helper.rb