lib/steppy/error.rb in steppy-0.5.4 vs lib/steppy/error.rb in steppy-0.6.0

- old
+ new

@@ -7,11 +7,9 @@ def initialize(step = nil) # rubocop:enable Airbnb/OptArgParameters if step @step = step message = step.to_json - else - message = 'Steppy Failed!' end super(message) end end