features/step_definitions/directory_navigation.rb in ftpd-1.1.1 vs features/step_definitions/directory_navigation.rb in ftpd-2.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
When /^the client cd's to "(.*?)"$/ do |path|
capture_error do
step %Q(the client successfully cd's to "#{path}")
end
end