rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

Update CONTRIBUTING.md with the correct syntax for running a single test #3187

Closed marcrohloff closed 2 years ago

marcrohloff commented 2 years ago

The ruby command in CONTRIBUTING.md to run a single test needs to be rpefixed with bundle exec

justin808 commented 2 years ago

@guillaumebriday Looks fine to merge.