# features/step_definitions/screenshot_steps.rb

Then /^show me a screenshot$/ do
  # Saves a screenshot in /tmp/capybara and opens it in your browser
  Capybara::Screenshot.screenshot_and_open_image
end
