• With rspec command:
bundle exec rspec path/to/spec/file.rb
  • With spec command:
bundle exec spec path/to/spec/file.rb

👉 Source