Rack::MiniProfile doesn't exist in test environment.

This commit is contained in:
Steven R. Baker 2019-05-15 20:44:49 +02:00
parent 33ec5886cc
commit 74517944de

View file

@ -1,2 +1,2 @@
# Have Mini Profiler show up on the right
Rack::MiniProfiler.config.position = 'bottom-left'
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)