Sha256: a4d4e7f888bb8d345fd792f6bf786317fdd361b8842a8806ba1b915ffa9e1001
Contents?: true
Size: 349 Bytes
Versions: 3
Compression:
Stored size: 349 Bytes
Contents
if RUBY_ENGINE == 'ruby' && RUBY_VERSION == '2.3.1' require 'simplecov' SimpleCov.start do add_filter '/spec/' end end require 'equalizer' require 'anima' require 'ostruct' require 'transproc/all' begin require 'byebug' rescue LoadError end root = Pathname(__FILE__).dirname Dir[root.join('support/*.rb').to_s].each { |f| require f }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
transproc-1.0.2 | spec/spec_helper.rb |
transproc-1.0.1 | spec/spec_helper.rb |
transproc-1.0.0 | spec/spec_helper.rb |