spree-contrib / better_spree_paypal_express

A better Spree PayPal Express Extension.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
110 stars 270 forks source link

Fixes test suite by adding puma as development dependency in gemspec #203

Closed fdocr closed 6 years ago

fdocr commented 6 years ago

Not sure if anyone else can replicate but when running the tests I see the following error:

Failure/Error: raise LoadError, "Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`."

Tested with ruby 2.5.1 & 2.3.1 (latest version tested on travis.yml) and adding puma fixed it.

I'm aware the repo hasn't seen much activity in a while and I want to tackle some other things, so this comes first I guess.