Sha256: c643ea2fb49a0908f3b09c6e463a42e26ea44eb192c1dd34ca5a191af12a71ee

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

require 'spec_helper'

describe User do
  it { should respond_to(:fast_post_ids_insert) }
  it { should_not respond_to(:fast_friend_ids_insert) }
end

describe Post do
  it { should respond_to(:fast_user_ids_insert) }
end

describe Friend do
  it { should_not respond_to(:fast_user_ids_insert) }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
m2m_fast_insert-0.3.0 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb
m2m_fast_insert-0.2.1 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb
m2m_fast_insert-0.2.0 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb
m2m_fast_insert-0.1.0 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb
m2m_fast_insert-0.0.3 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb
m2m_fast_insert-0.0.2 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb
m2m_fast_insert-0.0.1 spec/m2m_fast_insert/has_and_belongs_to_many_override_spec.rb