test/efax_inbound_test.rb in efax-1.4.1 vs test/efax_inbound_test.rb in efax-1.4.2

- old
+ new

@@ -25,9 +25,10 @@ assert_equal 12345678, response.mcfid assert_equal 5, response.page_count assert_equal 'New Inbound', response.request_type assert_equal %w[EFAXTEST1A EFAXTEST2A EFAXTEST3A EFAXTEST4A EFAXTEST5A], response.barcodes + assert_equal %w[1 2 3 4 5], response.barcode_pages assert_not_nil response.file_contents assert_not_nil response.file assert_respond_to response.file, :read assert_equal response.file_contents, response.file.read