changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/examples/stories/addition.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
1require File.join(File.dirname(__FILE__), "helper")
2require File.join(File.dirname(__FILE__), "adder")
3
4# with_steps_for :addition, :more_addition do
5with_steps_for :addition, :more_addition do
6 # Then("the corks should be popped") { }
7 run File.expand_path(__FILE__).gsub(".rb","")
8end
9