Skip to content

Commit

Permalink
Fix typos on RSpec gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Molina committed Jun 8, 2023
1 parent 0ff8434 commit 3077da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This template comes with:
- Reset password
- Get and update user profile
- Administration panel for users
- Rspec tests
- RSpec tests
- Code quality tools
- API documentation following https://apiblueprint.org/
- Docker support
Expand Down Expand Up @@ -90,7 +90,7 @@ To illustrate, `bin/rails console` will run the console in the docker container
- [Rails Best Practices](https://github.com/flyerhzm/rails_best_practices) for rails linting
- [Reek](https://github.com/troessner/reek) for ruby linting
- [RSpec](https://github.com/rspec/rspec) for testing
- [Rspec API Doc Generator](https://github.com/zipmark/rspec_api_documentation) for API documentation
- [RSpec API Doc Generator](https://github.com/zipmark/rspec_api_documentation) for API documentation
- [Rubocop](https://github.com/bbatsov/rubocop/) for ruby linting
- [Sendgrid](https://github.com/stephenb/sendgrid) for sending mails
- [Shoulda Matchers](https://github.com/thoughtbot/shoulda-matchers) adds other testing matchers
Expand All @@ -108,7 +108,7 @@ To illustrate, `bin/rails console` will run the console in the docker container

https://railsapibasers.docs.apiary.io/

With [Rspec API Doc Generator](https://github.com/zipmark/rspec_api_documentation) you can generate the docs after writing the acceptance specs.
With [RSpec API Doc Generator](https://github.com/zipmark/rspec_api_documentation) you can generate the docs after writing the acceptance specs.

Just run:

Expand Down

0 comments on commit 3077da6

Please sign in to comment.