Sha256: eef432df5d30f8e4911b6fead1c760327f9a434629137aec409ff969aca46bd5
Contents?: true
Size: 376 Bytes
Versions: 7
Compression:
Stored size: 376 Bytes
Contents
require 'spec_helper' describe Roo::LibreOffice do describe '.new' do subject { Roo::LibreOffice.new('test/files/numbers1.ods') } it 'creates an instance' do expect(subject).to be_a(Roo::LibreOffice) end end end describe Roo::Libreoffice do it 'is an alias of LibreOffice' do expect(Roo::Libreoffice).to eq(Roo::LibreOffice) end end
Version data entries
7 entries across 7 versions & 2 rubygems