lib/hermes.rb in hermes-0.2.1 vs lib/hermes.rb in hermes-0.3.0
- old
+ new
@@ -1,2 +1,8 @@
module Hermes
-end
\ No newline at end of file
+ autoload :Context, 'hermes/context'
+ autoload :IntegrationCase, 'hermes/integration_case'
+ autoload :Actions, 'hermes/actions'
+ autoload :Builders, 'hermes/builders'
+ autoload :Scopes, 'hermes/scopes'
+ autoload :Assertions, 'hermes/assertions'
+end