Class: Spec::DSL::Behaviour

Inherits:
Object
  • Object
show all
Defined in:
lib/spec/ui/behaviour.rb

Instance Method Summary collapse

Instance Method Details

#before_evalObject

:nodoc:



2
3
4
5
# File 'lib/spec/ui/behaviour.rb', line 2

def before_eval #:nodoc:
  include Spec::Ui::WebappHelper
  include Spec::Watir # This gives us Watir matchers
end