features/step_definitions/command.rb in ftpd-0.5.0 vs features/step_definitions/command.rb in ftpd-0.6.0

- old
+ new

@@ -1,5 +1,5 @@ When /^the client sends command "(.*?)"$/ do |command| capture_error do - @client.raw command + client.raw command end end