Sha256: da6884f03277e37ceac0ab4b2da13741377f00c4af0db5326ca5910386ce663e

Contents?: true

Size: 141 Bytes

Versions: 6

Compression:

Stored size: 141 Bytes

Contents

require "spec_helper"

module PivotTable
  describe Row do

    let(:klass) { Row }
    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/row_spec.rb
pivot_table-0.5.0 spec/pivot_table/row_spec.rb
pivot_table-0.4.0 spec/pivot_table/row_spec.rb
pivot_table-0.3.0 spec/pivot_table/row_spec.rb
pivot_table-0.2.0 spec/pivot_table/row_spec.rb
pivot_table-0.1.4 spec/pivot_table/row_spec.rb