Top Level Namespace
Defined Under Namespace
Modules: Capybara, CapybaraScreenshotDiff, SnapDiff
Constant Summary collapse
- Region =
Compatibility alias -- EAGER and same-object on purpose, mirroring the ADR-008 step 2 rationale: user configs construct skip_area entries with top-level
Region.new(...)and SnapDiff internals checkis_a?(SnapDiff::Region), so both names must be the exact same class; anddefined?(Region)feature detection must be truthy as soon as this file loads (a lazy const_missing shim would return nil there). SnapDiff::Region