#!/usr/bin/env ruby
$LOAD_PATH.push File.dirname(__FILE__) + "/../lib"
require File.expand_path(File.dirname(__FILE__) + "/../lib/spec") # better stack traces this way
::Spec::Runner::CommandLine.run(ARGV, STDERR, STDOUT, true, true)

