features/step_definitions/phut_steps.rb in phut-0.1.0 vs features/step_definitions/phut_steps.rb in phut-0.2.0

- old
+ new

@@ -13,10 +13,10 @@ end end Then(/^a vhost named "(.*?)" launches$/) do |name| in_current_dir do - pid_file = File.join(File.expand_path(@pid_dir), "phost.#{name}.pid") + pid_file = File.join(File.expand_path(@pid_dir), "vhost.#{name}.pid") step %(a file named "#{pid_file}" should exist) end end Then(/^a link is created between "(.*?)" and "(.*?)"$/) do |name_a, name_b|