changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/stories/resources/helpers/cmdline.rb

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$:.push File.join(File.dirname(__FILE__), *%w[.. .. .. lib])
2require 'spec'
3
4# Uncommenting next line will break the output story (no output!!)
5# rspec_options
6options = Spec::Runner::OptionParser.parse(
7 ARGV, $stderr, $stdout
8)
9Spec::Runner::CommandLine.run(options)