From 793eaf6b019960af4ffa1afcabeb10029480cf29 Mon Sep 17 00:00:00 2001 From: Florian Wininger Date: Tue, 12 Apr 2022 08:55:16 +0200 Subject: enhance readme --- README.md | 2 +- test/README.txt | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 test/README.txt diff --git a/README.md b/README.md index 42b82b1..46cda07 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Run a single test file like this: ruby -Ilib -Itest test/transport/test_server_version.rb ``` -To run integration tests see test/integration/README.txt +To run integration tests see [here](test/integration/README.txt) ### BUILDING GEM diff --git a/test/README.txt b/test/README.txt deleted file mode 100644 index 17e1dcb..0000000 --- a/test/README.txt +++ /dev/null @@ -1,18 +0,0 @@ -RUNNING TESTS - -Run the test suite from the net-ssh directory with the following command: - - ruby -Ilib -Itest test/test_all.rb - -Run a single test file like this: - - ruby -Ilib -Itest test/transport/test_server_version.rb - -EXPECTED RESULTS - - https://travis-ci.org/net-ssh/net-ssh/ - -INTEGRATION TESTS - - brew install ansible ; ansible-galaxy install rvm.ruby ; vagrant up ; vagrant ssh - cd /net-ssh ; rake integration-test -- cgit v1.2.1