lib/lita/robot.rb in lita-2.2.0 vs lib/lita/robot.rb in lita-2.2.1

- old
+ new

@@ -18,10 +18,10 @@ attr_reader :name def initialize @name = Lita.config.robot.name @mention_name = Lita.config.robot.mention_name || @name - @app = RackAppBuilder.new(self).to_app + @app = RackApp.new(self).to_app load_adapter end # The primary entry point from the adapter for an incoming message. # Dispatches the message to all registered handlers.