Sha256: 8c76de4d612354e6378f9597c8a75ae0771c8937ce3f2f47c335a51a7686bc71
Contents?: true
Size: 397 Bytes
Versions: 1
Compression:
Stored size: 397 Bytes
Contents
require_relative 'test_helper' require "acrobat" module Acrobat describe App do describe 'new' do it 'works' do assert true end it 'can be created' do app = App.new app.must_be_instance_of App end it 'has an ole_obj' do app = App.new app.ole_obj.must_be_instance_of WIN32OLE end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acrobat-0.1.0 | test/acrobat_test.rb |