Sha256: 4d9485675a0e86c0f068ab5c67344d2158dedf64cfab48bbc6d5f071cec25903

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 Bytes

Contents

require 'rubygems'

pathname_modules = Pathname.new(Dir.pwd).parent.join("lib/modules")
pathname_models  = Pathname.new(Dir.pwd).parent.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

4 entries across 2 versions & 1 rubygems

Version Path
simplate-0.1.0 lib/simplate/copies/spec_helper.rb
simplate-0.1.0 simplate/spec/spec_helper.rb
simplate-0.0.10 lib/simplate/copies/spec_helper.rb
simplate-0.0.10 simplate/spec/spec_helper.rb