Jan Berdajs
Jan Berdajs
That is great news. Is it possible to give more info about this capybara-screenshot problem? Is there something I can do in theine to avoid this being a problem or...
Just to confirm, when you run normally using rspec without theine it works fine?
just wanna let you know that I didn't forget about this, just need to find some time to get to it
@BartlomiejSkwira can you please check if 0.0.13 changed anything? Using "theine rspec" or "theine rake spec" command. Before it was using the development environment instead of test.
You probably need to install screen.
@BartlomiejSkwira I know this is very late, but I had some time to work on merging theine into spring (the official rails preloader). I wonder if that helps with your...
I know what you mean. I am doing a large piece of rewrite into Scala so I can't reproduce right now, but if/when I encounter it again I will try...
I just checked how it is done in MRI (don't know about performance). When invoked with `instance_variable_get`, `rb_obj_ivar_get` is called, which converts a VALUE (ruby object) into ID and does...