Sha256: d714ced8839eeeb903408061d9a19a9ac803a3898258fe271eaef5b0e1b9dfa6
Contents?: true
Size: 293 Bytes
Versions: 4
Compression:
Stored size: 293 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true require 'aruba/cucumber' 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'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
proxy_pac_rb-3.0.0 | features/support/env.rb |
proxy_pac_rb-2.1.0 | features/support/env.rb |
proxy_pac_rb-2.0.0 | features/support/env.rb |
proxy_pac_rb-1.0.0 | features/support/env.rb |