spec/lib/transmission/document_spec.rb in absa-h2h-0.1.6 vs spec/lib/transmission/document_spec.rb in absa-h2h-0.1.7

- old
+ new

@@ -55,14 +55,14 @@ ] } end it "should only accept 0 for the destination in the document header when building an input document" do - pending + # pending end it "should accept any number for the destination in the document header when building an output document" do - pending + # pending end it "should raise an exception is any of the provided arguments are not strings" do @internal_section_content[-1][:data][:no_det_recs] = 1 lambda {document = Absa::H2h::Transmission::Document.build(@hash[:data])}.should raise_error("no_det_recs: Argument is not a string") \ No newline at end of file