From fdcb00edb9c959185678ce01d3d882c3b149f07d Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Tue, 21 Jun 2022 21:36:42 +0200 Subject: [PATCH] appease the robot canine --- spec/support/pghero_stubby.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/support/pghero_stubby.rb b/spec/support/pghero_stubby.rb index cf7f9a9f..66f4f772 100644 --- a/spec/support/pghero_stubby.rb +++ b/spec/support/pghero_stubby.rb @@ -12,6 +12,8 @@ class PgHero::HomeController end def set_database; end + def set_query_stats_enabled; end + def set_show_details; end end