lib/rutl.rb in rutl-0.2.1 vs lib/rutl.rb in rutl-0.3.0

- old
+ new

@@ -8,6 +8,14 @@ module RUTL # Should define RUTL::PAGES directory for your code # or set ENV['RUTL_PAGES'] # or Browser intialize will raise. PAGES = nil + + # If this RUTL::SCREENSHOT_DIR or ENV['SCREENSHOT_DIR'] + # or Browser initialize is set, we take screenshots. + SCREENSHOTS = nil + + # This one is for diffing against. + # RUTL::KNOWN_GOOD_SCREENSHOTS + REFERENCE_SCREENSHOTS = nil end