ruby-lsp-rspec
ruby-lsp-rspec copied to clipboard
Running tests in the terminal doesn't work for file paths with spaces
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