AgileVentures / EventManager

A system for managing events and hangout participation - microservice API and basic UI
0 stars 5 forks source link

for me to run locally I need the phantomjs gem #22

Closed tansaku closed 7 years ago

tansaku commented 7 years ago

otherwise I get:

Could not find an executable ["phantomjs"] on your path. (Cliver::Dependency::NotFound)
./features/step_definitions/joining_steps.rb:6:in `/^I visit the page for an event$/'
features/joining_an_event.feature:15:in `Given I visit the page for an event'

I think that the phantomjs gem is the best way to manage this dependency, but am totally open to suggestions ...