Sha256: 4a684494cc93e923152e462ee3e8bd1c7dd923c56ef750efaf95e57f58164ac8

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper.rb'

class TestRunner < Test::Unit::TestCase

  
  def test_run
    
    adt = Airake::Commands::Adt.new
    
    cert = adt.certificate("cm", "test.pfx", "1024-RSA", "pass")
    
    Airake::Runner.new(cert).run
    
  end
  
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
airake-0.4.4 test/test_runner.rb
airake-0.4.2 test/test_runner.rb
airake-0.4.3 test/test_runner.rb
airake-0.4.5 test/test_runner.rb