Sha256: 9eb4b1176a3ddb582f02564bdb21e1d7409225fc06a6d3527a5428dd115da2f0
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true lib_path = "#{File.expand_path(__dir__)}/lib" $LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include?(lib_path) require 'pry' if ENV.key?('DEBUG') require 'specimen' require 'rspec' World RSpec::Expectations, RSpec::Matchers BeforeAll do Specimen.run_testrunner_hooks! end Before do @enc_config = Specimen.enc_config end at_exit do p 'bye bye' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specimen-0.0.4.alpha | lib/specimen/generator/cucumber/templates/features/support/env.rb.tt |