Sha256: bccbe7c6a0cb0ec409edcbe364edb0d97aff3be613b91adbb1859a0eb91622c1

Contents?: true

Size: 360 Bytes

Versions: 33

Compression:

Stored size: 360 Bytes

Contents

require 'spec_helper'

describe ActiveFedora::Associations::Builder::HasAndBelongsToMany do
  describe "valid_options" do
    subject { described_class.valid_options({}) }
    it { is_expected.to 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

33 entries across 33 versions & 1 rubygems

Version Path
active-fedora-12.2.4 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.2.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.5.6 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.2.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.2.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.2.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.0.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.5.5 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-13.1.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-13.1.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-13.1.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-13.0.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.1.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.1.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.5.4 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.5.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.0.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.0.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-11.5.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-12.0.0 spec/unit/builder/has_and_belongs_to_many_spec.rb