Skip to content

Commit 3441485

Browse files
authored
Update CONTRIBUTING.md
1 parent 6f24e8c commit 3441485

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ bundle exec rubocop --auto-gen-config
7878

7979
### Want to debug?
8080

81-
You can use the [`byebug` gem](https://github.com/deivid-rodriguez/byebug) that is already imported in the all files of this package.
81+
You can use the [`byebug` gem](https://github.com/deivid-rodriguez/byebug).
8282

8383
To create a breakpoint, just add this line in you code:
8484

@@ -88,6 +88,13 @@ byebug
8888
...
8989
```
9090

91+
The `byebug` gem is already imported in all the spec files.<br>
92+
But if you want to use it in the source files you need to add this line at the top of the file:
93+
94+
```ruby
95+
require 'byebug'
96+
```
97+
9198
### Release Process
9299

93100
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).

0 commit comments

Comments
 (0)