Is it possible to force bundle exec rspec and disable just calling rspec?

Is it possible to force bundle exec rspec and disable just calling rspec?

I have custom settings which require bundle exec rspec to be called versus rspec. I’ve been able to use:

test:
  override:
    - bundle exec rspec

This works, but it still forces CircleCI to call rspec which responds with a ‘no method error’