plymouth icon indicating copy to clipboard operation
plymouth copied to clipboard

Ability to turn off plymouth in local .pryrc file

Open banister opened this issue 13 years ago • 3 comments

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

banister avatar Feb 09 '12 11:02 banister

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:

jmuheim avatar Feb 14 '13 08:02 jmuheim

hi, you should check out pry-rescue instead, and i think it has RESCUE env variable to turn on and off :)

banister avatar Feb 14 '13 10:02 banister

Thank you! :+1:

jmuheim avatar Feb 14 '13 17:02 jmuheim