#!/usr/bin/ruby

require 'rubygems'
require 'jasmine'

Jasmine::CommandLineTool.new.process ARGV
