changelog shortlog tags changeset file revisions annotate raw

vendor/plugins/rspec/bin/spec

revision 15: 64acf98d15f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/plugins/rspec/bin/spec	Mon Mar 10 10:12:58 2008 +0900
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
+require 'spec'
+exit ::Spec::Runner::CommandLine.run(rspec_options)