features/step_definitions.rb in filegen-0.3.1 vs features/step_definitions.rb in filegen-0.4.0
- old
+ new
@@ -1,6 +1,6 @@
# encoding: utf-8
-Then /then environment contains the following variables/ do
+Then(/then environment contains the following variables/) do
$stderr.printf("%20s | %-20s\n", 'key', 'value')
$stderr.printf("%20s+%-20s\n", '-' * 21 , '-' * 21)
ENV.to_hash.sort_by { |key, value| key }.each do |key, value|
$stderr.printf("%20s | %-20s\n", key, value)