Skip to content

Commit

Permalink
Note differences to bin/rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSturmfels authored and wwahammy committed Aug 3, 2023
1 parent c9253f8 commit 4cea458
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4cea458

Please sign in to comment.