How to fix capybara-screenshot fail with SystemStackError: stack level too deep when using Queue Mode for RSpec?
Please use fixed version of capybara-screenshot
.
# Gemfile
group :test do
gem 'capybara-screenshot', github: 'mattheworiordan/capybara-screenshot', branch: 'master'
end
Here is fix PR to official capybara-screenshot
repository and the explanation of the problem.