spec/support/controllers/engine_helpers.rb in blacklight-spotlight-2.4.1 vs spec/support/controllers/engine_helpers.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Controllers
module EngineHelpers
def main_app
Rails.application.class.routes.url_helpers
end