From b2668d91dea18a3720e4675c631810545722c582 Mon Sep 17 00:00:00 2001 From: Dan Jensen Date: Tue, 24 Aug 2021 17:28:38 -0500 Subject: [PATCH] Add test command to README Previously the README did not include the command to run the tests, so this adds it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfb609b..10d940d6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ In addition, the following may work but are untested: * Fork the repository * Make your feature addition or bug fix * Add tests for your new features. This is important so we don't break any features in a future version unintentionally. -* Ensure all tests pass. +* Ensure all tests pass by running `bundle exec rake test`. * Do not change rakefile, version, or history. * Open a pull request, following [this template](https://gist.github.com/Lordnibbler/11002759).