Sha256: 51af6c1c2aad4d0d34148e6c7a2abd319a2c652e379d4b56c04aa9ad83dac494
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
require 'rubygems' pathname_modules = Pathname.new(File.dirname(__FILE__)).parent.join("lib/simplate/modules") Dir["#{pathname_modules}/*.rb"].each {|file| require file} pathname_root_module = Pathname.new(File.dirname(__FILE__)).parent.join('lib') Dir["#{pathname_root_module}/*.rb"].each {|file| require file} RSpec.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplate-0.1.0 | spec/spec_helper.rb |
simplate-0.0.10 | spec/spec_helper.rb |