Sha256: 1eb55c9bb52a21c819dc557411609f5cb18de519c73085b249c24887275783b3
Contents?: true
Size: 297 Bytes
Versions: 10
Compression:
Stored size: 297 Bytes
Contents
require 'spec_helper' describe Roo::Excel2003XML do describe '.new' do context 'with an xml file' do let(:path) { 'test/files/datetime.xml' } it 'loads the file' do expect { Roo::Excel2003XML.new(path) }.to_not raise_error end end end end
Version data entries
10 entries across 10 versions & 3 rubygems