Sha256: 373a4d1bde5e24859d1a15b685f6e9a3b3a067339591c4502cb6472876ea5004

Contents?: true

Size: 383 Bytes

Versions: 27

Compression:

Stored size: 383 Bytes

Contents

require 'spec_helper'

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
active-fedora-9.0.8 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.2.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.2.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.2.0.rc2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.2.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.1.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.1.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.1.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.1.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.6 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.5 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.4 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.0.rc3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.0.rc2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.0.0.beta8 spec/unit/builder/has_and_belongs_to_many_spec.rb