spec/COM_spec.rb in wixgem-0.38.0 vs spec/COM_spec.rb in wixgem-0.39.0

- old
+ new

@@ -4,11 +4,9 @@ require './spec/WindowsInstaller.rb' require './spec/test_files_exist.rb' require 'win32ole' require './admin.rb' -# Don't understand why I cannot get this test to work - if(admin?) describe 'Wixgem' do describe 'Installation of a COM object' do it 'should not be able to instance a COM object' do expect { WIN32OLE.new('COMObject.ComClassExample') }.to raise_error