From 588ca0f407d6453c10a0394982e94ef01c139a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtek=20Meloun?= Date: Sat, 4 Oct 2025 22:20:04 +0200 Subject: [PATCH 1/3] Gotsha From b24100ccbd7679d20e3ffb1443592a066c6d3876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtek=20Meloun?= Date: Sat, 4 Oct 2025 22:20:47 +0200 Subject: [PATCH 2/3] Gotsha From c36feddb2e085b3b50554ab0f7eb9f7e10b0e5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtek=20Meloun?= Date: Sat, 4 Oct 2025 23:11:24 +0200 Subject: [PATCH 3/3] Failed tests --- spec/gotsha/actions/show_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/gotsha/actions/show_spec.rb b/spec/gotsha/actions/show_spec.rb index 9f6acbe8..25b0fe69 100644 --- a/spec/gotsha/actions/show_spec.rb +++ b/spec/gotsha/actions/show_spec.rb @@ -12,7 +12,7 @@ end context "when last commit test were success" do - let(:tests_content) { "Tests passed:\n\n" } + let(:tests_content) { "Test passed:\n\n" } it "returns the result" do expect(described_class.new.call).to eq(tests_content) @@ -20,7 +20,7 @@ end context "when last commit tests failed" do - let(:tests_content) { "Tests failed:\n\n" } + let(:tests_content) { "Test failed:\n\n" } it "returns not verified" do expect do