#!/usr/bin/env ruby
#
#  Created on 2009-2-27.
#  Copyright (c) 2009. All rights reserved.

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_app.rb'))
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib','vegas.rb'))

vegas = Vegas::Runner.new(TestApp, 'test_app', :launch_path => lambda {|r| "/#{r.args.first}" })