From dbd2cb16685686a4f87c6af612fa9bfee728061c Mon Sep 17 00:00:00 2001 From: Thiago Miotto Date: Tue, 10 Oct 2017 11:26:28 -0300 Subject: [PATCH] Links TESTING.md in the README.md - Links TESTING.md in the Testing section - Removes information about rake that is already in TESTING.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9381895..94a9134bc 100644 --- a/README.md +++ b/README.md @@ -447,7 +447,7 @@ First run `$ bundle` (requires the bundler gem), then... - All: Run `$ rake test:all` to run RuboCop, unit, & integration tests. - Examples: See the [examples](examples/) README -Note: run `$ rake -T` to get a list of all the available rake tasks. +For the full testing reference please look into [TESTING.md](TESTING.md) file. ## Authors See the [contributors graph](https://github.com/HewlettPackard/oneview-sdk-ruby/graphs/contributors)