We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm wondering if there is any configuration to disable the backtrace highlighting that appears in the file view when a test fails, e.g.
I've searched the documentation and source and can't find anything that turns it off.
The text was updated successfully, but these errors were encountered:
You just need to put this line in your sublime user settings file (not RubyTest settings file)
"show_errors_inline": false,
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm wondering if there is any configuration to disable the backtrace highlighting that appears in the file view when a test fails, e.g.
I've searched the documentation and source and can't find anything that turns it off.
The text was updated successfully, but these errors were encountered: