features/step_definitions/timing.rb in ftpd-1.1.1 vs features/step_definitions/timing.rb in ftpd-2.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
Before do
@start_time = Time.now
end
When /^the client is idle for (\S+) seconds$/ do |seconds|