spec/support/schema_validatable.rb in xommelier-0.1.30 vs spec/support/schema_validatable.rb in xommelier-0.1.31

- old
+ new

@@ -1,4 +1,11 @@ +# coding: utf-8 + +################################################ +# © Alexander Semyonov, 2011—2013, MIT License # +# Author: Alexander Semyonov <al@semyonov.us> # +################################################ + require 'rspec' shared_examples 'Valid XML Document' do it { subject.class.schema.should be_present } specify do begin