Skip to content

Commit

Permalink
Add directions on how to run one test (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
professor committed Aug 30, 2023
1 parent 58c0f02 commit afffb65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ FFaker::UniqueUtils.clear # clears the used values for all generators

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* To run all the tests: `rake test`
* To run a single test: `rake test TEST=test/test_lorem_br.rb`
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
Expand Down

0 comments on commit afffb65

Please sign in to comment.