We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gem install capybara-screenshot-diff Fetching capybara-screenshot-diff-1.5.4.gem Successfully installed capybara-screenshot-diff-1.5.4 Parsing documentation for capybara-screenshot-diff-1.5.4 Installing ri documentation for capybara-screenshot-diff-1.5.4 Done installing documentation for capybara-screenshot-diff after 0 seconds 1 gem installed
gem which capybara-screen-diff ERROR: Can't find Ruby library file or shared library capybara-screen-diff
bundle exec cucumber test.feature cannot load such file -- capybara-screenshot-diff (LoadError)
The text was updated successfully, but these errors were encountered:
Answer is: you need to write require 'capybara/screenshot/diff' not require 'capybara-screenshot-diff'
require 'capybara/screenshot/diff'
require 'capybara-screenshot-diff'
And include Capybara::Screenshot::Diff::TestMethods
include Capybara::Screenshot::Diff::TestMethods
Sorry, something went wrong.
Allow requiring the entry point using the gem name with dashes. Fixes #…
7080988
…41
No branches or pull requests
The text was updated successfully, but these errors were encountered: