From 2d3f6069e1995e0af4d8e702b3a131100b4ac33f Mon Sep 17 00:00:00 2001 From: Alec Clarke Date: Fri, 18 Sep 2020 10:50:45 -0400 Subject: Update test command in CONTRIBUTING.md When following the CONTRIBUTING.md steps, the `fulltest` rake task wasn't found. After digging through the commits, it looks to have been replaced by `test` in https://github.com/rack/rack/commit/0c5647799d4fa2528445c50f83a5bf9b1c459d0a This change updates the doc to use `test` instead of `fulltest`. --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70a27468..6d517f78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,11 @@ We definitely appreciate pull requests that highlight or reproduce a problem, ev Implement your feature or bug fix. -Make sure that `bundle exec rake fulltest` completes without errors. +Make sure that all tests pass: + +``` +bundle exec rake test +``` #### Write Documentation -- cgit v1.2.1