features/step_definitions/command.rb in ftpd-1.1.1 vs features/step_definitions/command.rb in ftpd-2.0.0
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
When /^the client sends command "(.*?)"$/ do |command|
capture_error do
- old
+ new