spec/utopia/controller/middleware_spec.ru in utopia-1.9.11 vs spec/utopia/controller/middleware_spec.ru in utopia-2.0.0

- old
+ new

@@ -1,7 +1,5 @@ use Utopia::Controller, - root: File.expand_path('middleware_spec', __dir__), - base: Utopia::Controller::Base, - cache_controllers: true + root: File.expand_path('middleware_spec', __dir__) run lambda {|env| [404, {}, []]}