Sha256: e257300a74172dda01b3659b04e77e58f66e5f0a2c265b1fb29d6fbb614e48af
Contents?: true
Size: 334 Bytes
Versions: 7
Compression:
Stored size: 334 Bytes
Contents
# encoding: utf-8 require 'simplecov' SimpleCov.command_name 'cucumber' SimpleCov.start # Pull in all of the gems including those in the `test` group require 'bundler' Bundler.require :default, :test, :development ENV['TEST'] = 'true' ENV['AUTOLOAD_SPROCKETS'] = 'false' PROJECT_ROOT_PATH = File.expand_path('../../../', __FILE__)
Version data entries
7 entries across 7 versions & 1 rubygems