summaryrefslogtreecommitdiff
path: root/features/support/env.rb
blob: 584fd319fd36b19efc017102627f59f63128055b (plain)
1
2
3
4
5
6
7
8
9
10
require 'cucumber'
require 'rspec'
require 'fileutils'
require 'rbconfig'

ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), '../..'))

# get rid of Bundler environment polution
defined?(Bundler) and
  ENV.delete("RUBYOPT")