Bartek Skwira

Results 17 comments of Bartek Skwira

https://blogs.oracle.com/samf/entry/smcup_rmcup_hate didn't help, but `0.0.11` works, I had also a problem with: ``` NameError: uninitialized constant Capybara::Screenshot ``` but moving capybara-screenshot above rspec/rails helped and tests pass. Thanks for the...

It was a problem of require order in spec_helper. Found this thread https://github.com/mattheworiordan/capybara-screenshot/issues/54 - other people had the same problem and they probably didn't use theine, so I think everything...

Actually I think there is a problem, when I move `capybara-screenshot` above `rspec/rails` there are no screenshots created, moving it down makes `theine` throw `NameError`. If you'd like to see...

Sure, no worries, I'm also short on time.

Upgraded the gem to 0.013 and tried to use it with 2 jruby projects but I keep getting: ``` $ theine_server (spawn 11001) Errno::ENOENT: No such file or directory -...

Yeap sorry, forgot about screen in this env. The problem with capybara screenshot stayed: https://gist.github.com/BartlomiejSkwira/7718985 Jan If you'd like to launch the tests yourself clone https://github.com/amberbit/KarmaTracker and launch something from...