From 1ec0f08fb7db0586663d4dc7f5d0c8f120475ce3 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 20 Nov 2024 17:13:05 +0100 Subject: [PATCH] README.md: Remove a part of the available integration tests. There is no "bundler-unit-test" in the repository. The actual test was dropped at the following commit in the past. But the README was not updated. https://src.fedoraproject.org/tests/ruby/c/831c7db845139a463762c80470f85a963832204d?branch=main The listed tests by `tmt test ls` is good enough to show the information. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 61a0ded..ecb853e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ This repository contains shared ruby tests. -Available integration tests: - - * systemtap-static-probes-in-ruby - exercising ruby's systemtap api - * bundler-unit-test - run bundler's unit tests - * run-basic-rails-application - run a simple rails application - ## Contributing ### Testing