features/step_definitions/mtime.rb in ftpd-1.1.1 vs features/step_definitions/mtime.rb in ftpd-2.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'date'
When /^the client successfully gets mtime of "(.*?)"$/ \
do |remote_path|
@mtime = client.get_mtime remote_path