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 }