diff --git a/lib/slowhandcuke/formatter.rb b/lib/slowhandcuke/formatter.rb index a76701a..5adf65f 100644 --- a/lib/slowhandcuke/formatter.rb +++ b/lib/slowhandcuke/formatter.rb @@ -2,7 +2,7 @@ module Slowhandcuke class Formatter < Cucumber::Formatter::Pretty def before_step( step ) - @io.printf "... #{step.name}" + @io.printf "... #{step}" @io.flush end