Sha256: 07d63e81fac627f4e2e617dbce1922c005fd51c4d342265c8515792c45f11652
Contents?: true
Size: 189 Bytes
Versions: 3
Compression:
Stored size: 189 Bytes
Contents
if ENV['COV'] require 'simplecov' SimpleCov.start do add_filter "/spec/" end end require 'yema' Dir[File.expand_path('../shared/**/*.rb', __FILE__)].each { |file| require file }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yema-0.0.3 | spec/spec_helper.rb |
yema-0.0.2 | spec/spec_helper.rb |
yema-0.0.1 | spec/spec_helper.rb |