plymouth
plymouth copied to clipboard
Ability to turn off plymouth in local .pryrc file
Plymouth.disable!
The primary issue is what to do about plymouth in CI situations, it cant be kept on by default as it would hang travis on failure
In our team, everybody has his own workflow when writing tests. I'd really love to use plymouth, but as it is on by default, I can't add it to our projects without disturbing coworkers' workflows.
Is there a way to disable it by default? It would be even nicer to have a wrapper around the rspec
command which would turn it on, e.g. pryspec
or something like that. :+1:
hi, you should check out pry-rescue instead, and i think it has RESCUE
env variable to turn on and off :)
Thank you! :+1: