Sha256: 77738f0cc81e76fe5d1ef226741f729df1fa55a8ffb1ff35a2b614896e19df4d
Contents?: true
Size: 418 Bytes
Versions: 37
Compression:
Stored size: 418 Bytes
Contents
if caller snippet = caller.grep(%r!spec/snippets/!).first.split(':').first require File.expand_path(snippet).gsub('/spec/', '/lib/ramaze/') if defined?(Ramaze::CoreExtensions) Ramaze::CoreExtensions.constants.each do |const| ext = Ramaze::CoreExtensions.const_get(const) into = Module.const_get(const) into.__send__(:include, ext) end end end require 'bacon' Bacon.summary_on_exit
Version data entries
37 entries across 37 versions & 4 rubygems