ruby-lsp-rspec icon indicating copy to clipboard operation
ruby-lsp-rspec copied to clipboard

Running tests in the terminal doesn't work for file paths with spaces

Open zarembas opened this issue 2 years ago • 0 comments

Sample terminal output

bundle exec bin/rspec /Users/seb/Code/path space/spec/autocomplete/test_spec.rb:8

An error occurred while loading /Users/seb/Code/path space/spec/autocomplete/test_spec.rb:8.
Failure/Error:
      describe View do
        context 'when sending classes to parent container' do
          ...

NoMethodError:
  undefined method `describe' for Autocomplete:Module

zarembas avatar Oct 03 '23 21:10 zarembas