From fcef73e73618c2fcad4dffbba8dbd43b49eaff9a Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Sat, 26 Aug 2023 13:42:57 +1000 Subject: [PATCH 1/8] add padding in groups to be able to see the last item --- test/test_helper.rb | 1 + views/main.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index bcc5e97..870ff10 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -6,6 +6,7 @@ enable_coverage :branch add_filter "/test/" add_group "Library", "/lib" + 10.times { |i| add_group "Test #{i + 1}", "/lib" } if ENV["TEST_LONG_LIST_OF_GROUPS"] end SimpleCov.formatters = [ diff --git a/views/main.erb b/views/main.erb index b7b03c9..e3d2877 100644 --- a/views/main.erb +++ b/views/main.erb @@ -91,7 +91,7 @@
-
+