Sha256: 08e13dd21ce3c81be5ade1bb35ad5ea21f3a43d2084e9c9d319191a060e8e5af
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
require 'powerpoint' describe 'Powerpoint parsing a sample PPTX file' do before(:all) do @deck = Powerpoint::Presentation.new @deck.add_ranking_slide 'Bicycle Of the Mind','samples/images/sample_png.png', nil @deck.save 'samples/pptx/sample.pptx' # Examine the PPTX file end it 'Create a PPTX file successfully.' do #@deck.should_not be_nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
powerpoint-pro-2.1.0.1 | spec/ranking_spec.rb |