features/step_definitions/todo_steps.rb in gli-2.5.6 vs features/step_definitions/todo_steps.rb in gli-2.6.0.rc1
- old
+ new
@@ -1,4 +1,8 @@
+Given /^todo_legacy's bin directory is in my path/ do
+ add_to_path(File.expand_path(File.join(File.dirname(__FILE__),'..','..','test','apps','todo_legacy','bin')))
+end
+
Given /^todo's bin directory is in my path/ do
add_to_path(File.expand_path(File.join(File.dirname(__FILE__),'..','..','test','apps','todo','bin')))
end
Given /^the todo app is coded to avoid sorted help commands$/ do