$:.unshift(File.dirname(__FILE__))
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))


require 'subexec'
require 'rspec'

RSpec.configure do |config|
  config.mock_with :rspec  
end

TEST_PROG = File.join(File.dirname(__FILE__), 'helloworld.sh')
