spec/namespaced_module.rb in xommelier-0.0.1 vs spec/namespaced_module.rb in xommelier-0.0.2

- old
+ new

@@ -1,12 +1,9 @@ module NamespacedModule include Xommelier::Xml xmlns 'http://example.org/' - class EmptyRoot < Xommelier::Xml::Element - end - class RootWithText < Xommelier::Xml::Element text end class RootWithSimpleSubelement < Xommelier::Xml::Element