module Capybara::DSL

Public Class Methods

extended(base) click to toggle source
# File lib/superbot/capybara.rb, line 15
def self.extended(base)
  #warn "extending the main object with Capybara::DSL is not recommended!" if base == Object
  #super
end
included(base) click to toggle source
# File lib/superbot/capybara.rb, line 11
def self.included(base)
  #warn "including Capybara::DSL in the global scope is not recommended!" if base == Object
  #super
end