minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Ripped out poltergeist; using default Capybara driver #312

Closed pcantrell closed 3 months ago

pcantrell commented 3 months ago

Poltergeist is long defunct, and was breaking specs. Switched to Capybara default driver. Specs now all pass again. Yay!

rails spec now launches Firefox for integration tests, which is…surprising the first time, but probably fine.