Sha256: 55ec7f2460afe84ee33bfcbc7864de8b065f87f0c2c77b4d2b8255c4e41c9d8d

Contents?: true

Size: 352 Bytes

Versions: 31

Compression:

Stored size: 352 Bytes

Contents

require 'spec_helper'

describe ActiveFedora::Associations::Builder::HasAndBelongsToMany do
  describe "valid_options" do
    subject { described_class.valid_options({}) }
    it { should match_array [:class_name, :predicate, :type_validator, :before_add, :after_add, :before_remove, :after_remove, :inverse_of, :solr_page_size, :autosave] }
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
active-fedora-10.3.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.3.0.rc2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc7 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.3.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc6 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.2.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc5 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc4 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.2.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.0.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.1.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.1.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.0.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.0.0.beta4 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.0.0.beta3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-10.0.0.beta2 spec/unit/builder/has_and_belongs_to_many_spec.rb