features/step_definitions/mkdir.rb in ftpd-0.5.0 vs features/step_definitions/mkdir.rb in ftpd-0.6.0
- old
+ new
@@ -3,7 +3,7 @@
step %Q(the client successfully makes directory "#{path}")
end
end
When /^the client successfully makes directory "(.*?)"$/ do |path|
- mkdir_response = @client.mkdir path
+ mkdir_response = client.mkdir path
end