I suggest that we remove capybara-webkit as a project dependency because of the following reasons:
- The test suite as it stands can be run without this gem
- capybara-webkit depends on qtv5.5 which is quite problematic to install in Mac OS Mojave so this might be a potential impediment to developers who have Mojave installed
Ps: I successfully run the test suite after commenting out this gem and installing capybara directly. I ran the tests with the commands, bundle exec rspec and bundle exec rspec spec/features
My environment:
I suggest that we remove
capybara-webkitas a project dependency because of the following reasons:Ps: I successfully run the test suite after commenting out this gem and installing
capybaradirectly. I ran the tests with the commands,bundle exec rspecandbundle exec rspec spec/featuresMy environment: