Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / rspec / examples / stories / addition.rb
blobe43f5cf39a5ac6130190177b3eb548f0946f4662
1 require File.join(File.dirname(__FILE__), "helper")
2 require File.join(File.dirname(__FILE__), "adder")
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