Poltergeist For Rails Javascript testing
Since capybara-webkit
is broken for JRuby. I installed the poltergeist
gem.
It uses PhantomJS so I needed to install that too.
I modified my features/support/env.rb
file by adding the following at the end.
WooHoo! It works. Now I can work on the Tic Tac Toe program again.