lib/bauxite/core/context.rb in bauxite-0.4.0 vs lib/bauxite/core/context.rb in bauxite-0.4.1
- old
+ new
@@ -32,9 +32,10 @@
Dir[File.join(dir, '..', 'selectors', '*.rb')].each { |file| require file }
Dir[File.join(dir, '..', 'loggers' , '*.rb')].each { |file| require file }
Dir[File.join(dir, '..', 'parsers' , '*.rb')].each { |file| require file }
end.call
+# Bauxite Namespace
module Bauxite
# The Main test context. This class includes state and helper functions
# used by clients execute tests and by actions and selectors to interact
# with the test engine (i.e. Selenium WebDriver).
class Context
\ No newline at end of file