summaryrefslogtreecommitdiffhomepage
path: root/test/doc_props/tc_app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/doc_props/tc_app.rb')
-rw-r--r--test/doc_props/tc_app.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/doc_props/tc_app.rb b/test/doc_props/tc_app.rb
index 31ab3733..ae0e45ba 100644
--- a/test/doc_props/tc_app.rb
+++ b/test/doc_props/tc_app.rb
@@ -31,6 +31,7 @@ class TestApp < Test::Unit::TestCase
@app = Axlsx::App.new options
end
+
def test_valid_document
schema = Nokogiri::XML::Schema(File.open(Axlsx::APP_XSD))
doc = Nokogiri::XML(@app.to_xml_string)