lib/grumlin/steppable.rb in grumlin-1.0.0.rc2 vs lib/grumlin/steppable.rb in grumlin-1.0.0.rc3

- old
+ new

@@ -12,10 +12,9 @@ ALL_STEPS = START_STEPS + CONFIGURATION_STEPS + REGULAR_STEPS def initialize(pool: nil, session_id: nil, middlewares: Grumlin.default_middlewares) @pool = pool @session_id = session_id - @middlewares = middlewares return if respond_to?(:shortcuts) raise "steppable must not be initialized directly, use Grumlin::Shortcuts::Storage#g or #__ instead"