connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Do not replace underscores in test names that contain whitespace #67

Closed jochenseeber closed 3 years ago

jochenseeber commented 3 years ago

This avoids modifying "nice" test descriptions provided by spec frameworks, e.g. "Object#some_method should return a value"

connorshea commented 3 years ago

Thanks!