mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
10 lines
290 B
Ruby
10 lines
290 B
Ruby
|
|
require File.join(File.dirname(__FILE__), "helper")
|
||
|
|
require File.join(File.dirname(__FILE__), "adder")
|
||
|
|
|
||
|
|
# with_steps_for :addition, :more_addition do
|
||
|
|
with_steps_for :addition, :more_addition do
|
||
|
|
# Then("the corks should be popped") { }
|
||
|
|
run File.expand_path(__FILE__).gsub(".rb","")
|
||
|
|
end
|
||
|
|
|