Closed Irostovsky closed 6 years ago
You're using an obsolete version of capybara-webkit
Yep. Thanks a lot! It was needed to set up the version manually in gemfile:
group :test do
gem 'capybara-webkit', '~> 1.14.0'
end
Thanks for the help @twalpole !
Hello, looks like an issue with using
puffing-billy
withcapybara-webkit
.rails_helper.rb:
capybara.rb:
Due running feature:
More over I could not find the
Configuration
class intocapybara-webkit
gem's sources. Maybe there is should be more dependencies added?