changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/examples/stories/helper.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$:.unshift File.join(File.dirname(__FILE__), '..', '..', 'lib')
2require 'spec/story'
3
4# won't have to do this once plain_text_story_runner is moved into the library
5# require File.join(File.dirname(__FILE__), "plain_text_story_runner")
6
7Dir[File.join(File.dirname(__FILE__), "steps/*.rb")].each do |file|
8 require file
9end