spec/integration/integration_spec_helper.rb in trollolo-0.1.1 vs spec/integration/integration_spec_helper.rb in trollolo-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ require_relative '../../lib/trollolo' require 'given_filesystem/spec_helpers' require 'cli_tester' -bin_path = File.expand_path( "../../../bin/", __FILE__ ) +bin_path = File.expand_path( '../../../bin/', __FILE__ ) if ENV['PATH'] !~ /#{bin_path}/ ENV['PATH'] = bin_path + File::PATH_SEPARATOR + ENV['PATH'] end