lib/fluent/web_elements/span.rb in fluent-0.2.0 vs lib/fluent/web_elements/span.rb in fluent-0.3.0
- old
+ new
@@ -10,7 +10,10 @@
def include_platform_specifics_for(platform)
super
end
end
+
+ ::Fluent::WebElements.class_for_tag[:span] = ::Fluent::WebElements::Span
+
end
end
\ No newline at end of file