Sha256: d06a5b3591b29b52165faa7d93889c30cbbe660d34ba7c5b32e175040f5c212c

Contents?: true

Size: 147 Bytes

Versions: 6

Compression:

Stored size: 147 Bytes

Contents

require "spec_helper"

module PivotTable
  describe Column do

    let(:klass) { Column }
    it_should_behave_like "a cell collection"

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pivot_table-1.0.0 spec/pivot_table/column_spec.rb
pivot_table-0.5.0 spec/pivot_table/column_spec.rb
pivot_table-0.4.0 spec/pivot_table/column_spec.rb
pivot_table-0.3.0 spec/pivot_table/column_spec.rb
pivot_table-0.2.0 spec/pivot_table/column_spec.rb
pivot_table-0.1.4 spec/pivot_table/column_spec.rb