Jan Berdajs
Jan Berdajs
Yeah it must be a bug in the preview stuff. Here is the meat of it: https://github.com/mrbrdo/has_moderated/blob/master/lib/has_moderated/moderation_preview.rb#L42 Probably somewhere here is the problem: https://github.com/mrbrdo/has_moderated/blob/master/lib/has_moderated/moderation_preview.rb#L67 It does seem like it will...
Hm so it seems like you are using $stdin (or the methods that use it like gets) in the tests, or maybe Capybara is. I want to fix this, is...
I think I know how to fix this, but I still wonder why your test is using stdin. Could you show me the code of this after hook that is...
Can you try the 0.0.10.rc1 version I just released? ``` gem uninstall theine gem install theine -v "0.0.10.rc1" ``` You will probably get a different error or it will work.
any luck?
fixed in 0.0.10.
Hm it's weird that it closes, that should be prevented by the read command here https://github.com/mrbrdo/theine/blob/master/lib/theine/server.rb#L32 You can try bundle open theine and try to put something else there that...
Also you can try https://blogs.oracle.com/samf/entry/smcup_rmcup_hate this will make it so that after the screen terminates you will still see the last output a little above. (note: I had to remove...
PS: I was not able to reproduce not getting the exit prompt (Press [Enter] to exit...), when specs are failing or passing.
Just released 0.0.11 which does this automatically (show output even after screen exits).