Sha256: 1d75c4de2dd9c2603f4a3ea40619672e5f8771d4b3097ed37bee4e4763a3dcba

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

require 'spec_helper'

# test for model with position column named `orded` (which can cause problems with raw SQL queries)
describe OrderThing do
  it_behaves_like 'activerecord-sortable', position_column: :order
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activerecord-sortable-0.0.8 spec/order_thing_spec.rb
activerecord-sortable-0.0.7 spec/order_thing_spec.rb
activerecord-sortable-0.0.6 spec/order_thing_spec.rb
activerecord-sortable-0.0.5 spec/order_thing_spec.rb