lib/app_prism.rb in app_prism-0.0.6 vs lib/app_prism.rb in app_prism-0.0.7

- old
+ new

@@ -15,10 +15,10 @@ @platform = AppPrism::Platforms::AppiumPlatform.new(driver) end def self.included(cls) cls.include AppPrism::HelperMethods - cls.extend AppPrism::ScreenFactory + cls.include AppPrism::ScreenFactory cls.extend AppPrism::Finders cls.extend AppPrism::Sections::SectionFinders end end