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