#!/usr/bin/env ruby## This file was generated by RubyGems.## The application 'rspec-core' is installed as part of a gem, and# this file is here to facilitate running it.#require'rubygems'version=">= 0"ifARGV.firststr=ARGV.firststr=str.dup.force_encoding("BINARY")ifstr.respond_to?:force_encodingifstr=~/\A_(.*)_\z/andGem::Version.correct?($1)thenversion=$1ARGV.shiftendendgem'rspec-core',versionloadGem.bin_path('rspec-core','rspec',version)
#Runs the suite of specs and exits the process with an appropriate exitdefself.invokedisable_autorun!status=run(ARGV,$stderr,$stdout).to_iexit(status)ifstatus!=0end