test/unit/test_attach_it.rb in mm-attach-it-0.1.2 vs test/unit/test_attach_it.rb in mm-attach-it-0.1.3
- old
+ new
@@ -58,12 +58,10 @@
end
end
- context "Attaching not an image on file system" do
-
- end
+ context "Attaching not an image on file system" do
setup do
@doc = DocumentOne.new
@doc.name = 'Mydocument'
@doc.document = File.open(PdfFile, 'rb')
end