Sha256: 58a02036fef50453b9056d21fc7ccd96914c1400b0354be1da2e11c32902cd8e

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

module DDETest
  describe DDE::XlTable do

    it 'starts out empty and without item/topic' do
      table = DDE::XlTable.new
      table.should be_empty
      table.topic.should == nil
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dde-0.2.8 spec/dde/xl_table_spec.rb