]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/rspec-1.1.2/examples/stories/addition.rb
added RSpec and RSpec on Rails
[rails.git] / vendor / gems / rspec-1.1.2 / examples / stories / addition.rb
1 require File.join(File.dirname(__FILE__), "helper")
2 require File.join(File.dirname(__FILE__), "adder")
3
4 # with_steps_for :addition, :more_addition do
5 with_steps_for :addition, :more_addition do
6   # Then("the corks should be popped") { }
7   run File.expand_path(__FILE__).gsub(".rb","")
8 end
9