Skip to content

Commit

Permalink
Remove dep on Aruba's internal global config and use the method presc…
Browse files Browse the repository at this point in the history
…ribed in Aruba's README to modify exec path
  • Loading branch information
kaiwren committed Jun 25, 2011
1 parent 5f15aaa commit 57ccb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/env.rb
Expand Up @@ -2,5 +2,5 @@

Before do
@aruba_timeout_seconds = 5
ENV['PATH'] = ([File.expand_path('executables')] + @__aruba_original_paths).join(File::PATH_SEPARATOR)
ENV['PATH'] = "#{File.expand_path(File.dirname(__FILE__) + '/../../executables')}#{File::PATH_SEPARATOR}#{ENV['PATH']}"
end

0 comments on commit 57ccb97

Please sign in to comment.