spec/utopia/exception_handler_spec.ru in utopia-1.0.11 vs spec/utopia/exception_handler_spec.ru in utopia-1.1.0
- old
+ new
@@ -1,6 +1,6 @@
-use Utopia::ExceptionHandler, '/controller/exception'
+use Utopia::ExceptionHandler, '/exception'
-use Utopia::Controller, root: File.expand_path('../pages', __FILE__)
+use Utopia::Controller, root: File.expand_path('exception_handler_spec', __dir__)
run lambda {|env| [404, {}, []]}