changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/spec/spec/runner/output_one_time_fixture_runner.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
1dir = File.dirname(__FILE__)
2require "#{dir}/../../spec_helper"
3
4triggering_double_output = rspec_options
5options = Spec::Runner::OptionParser.parse(
6 ["#{dir}/output_one_time_fixture.rb"], $stderr, $stdout
7)
8Spec::Runner::CommandLine.run(options)