Skip to content

Commit

Permalink
add missing spec task in development section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Aug 2, 2023
1 parent 196d213 commit 960b98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ The tests are based on RSpec.

You can run all of the tests using Rake:

$ bundle exec spec
$ bundle exec rake spec

For more fine-grained control, you can also run the tests directly using RSpec:

Expand Down Expand Up @@ -381,7 +381,7 @@ RSpec will only run the specifications that have a description containing the te

To generate a code coverage report when running tests using simplecov, set the `COVERAGE` environment variable as follows when running the tests:

$ COVERAGE=deep bundle exec rake
$ COVERAGE=deep bundle exec rake spec

You'll see a total coverage score, a detailed coverage report, and a link to HTML report in the output.
The HTML report helps you understand which lines and branches were missed, if any.
Expand Down

0 comments on commit 960b98d

Please sign in to comment.