changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/bin/spec

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1#!/usr/bin/env ruby
2$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
3require 'spec'
4exit ::Spec::Runner::CommandLine.run(rspec_options)