Sha256: 042d035bbebf84da048d870361db23fe7bb23aaf62504ee06399719cabfbb305
Contents?: true
Size: 296 Bytes
Versions: 6
Compression:
Stored size: 296 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'aruba/cucumber' require 'fileutils' ENV['PATH'] = "#{File.expand_path('../../../bin', __FILE__)}#{File::PATH_SEPARATOR}#{ENV['PATH']}" After do if defined? @config_path and File.exist?(@config_path) FileUtils.rm(@config_path) end end
Version data entries
6 entries across 6 versions & 1 rubygems