From bde15d4ec416c1c6c99c7ea8bad9d8ed5aca128d Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 11 Oct 2012 11:45:16 +0200 Subject: fixed cert tests - adding test data and not testing the inline cert download filename --- certs/test/unit/cert_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'certs/test/unit/cert_test.rb') diff --git a/certs/test/unit/cert_test.rb b/certs/test/unit/cert_test.rb index 21ef169..9362da2 100644 --- a/certs/test/unit/cert_test.rb +++ b/certs/test/unit/cert_test.rb @@ -17,8 +17,9 @@ class CertTest < ActiveSupport::TestCase end test "cert.zipped returns the actual data" do - @sample.save # This is required! + @sample.save # This is required ! assert lines = @sample.zipped.split("\n") + assert_equal 56, lines.count assert_equal "-----BEGIN RSA PRIVATE KEY-----", lines.first.chomp assert_equal "-----END CERTIFICATE-----", lines.last.chomp end -- cgit v1.2.3