From 4cea45894c62b76fe1f046c0a581b03a558e6052 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 28 Jul 2023 12:08:47 +1000 Subject: [PATCH] Note differences to bin/rspec --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9d85d52..b9aa3236e 100644 --- a/README.md +++ b/README.md @@ -214,9 +214,13 @@ To verify everying is set up correctly, you can try running through the Ruby test cases: ```bash -./bin/rails spec +bin/rails spec ``` +(You can also run `bin/rspec`, which provides the full feature set of rspec such +as `--next-failure` and `--only-failures`, but does not set up a test database +when it doesn't exist.) + You should expect to see the output of the test execution, including messages about pending test cases, and eventually get the output to the effect of below: