Skip to content

Commit

Permalink
[DOC] Update how to execute all stdlib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed May 30, 2020
1 parent 2b84190 commit b5267c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ If the execution of the program escape from the class definition, the instrument
You can run the test with:

```
$ bundle exec ruby bin/test_runner.rb # Run all tests
$ bundle exec rake stdlib_test # Run all tests
$ bundle exec ruby test/stdlib/String_test.rb # Run specific tests
```

0 comments on commit b5267c3

Please sign in to comment.