require 'rubygems' require 'taza' module <%= site.camelize %> include ForwardInitialization class <%= site.camelize %> < ::Taza::Site # Sets @browser to be a browser initialized for testing your site. def initialize_browser super # configure the browser based on the configuration settings end end end