Sha256: 656ddd174b10f73fb47bfbd4cc703162a26539f06445d5327864198479a59520

Contents?: true

Size: 400 Bytes

Versions: 6

Compression:

Stored size: 400 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, :type_validator, :before_add, :after_add, :before_remove,
                    :after_remove, :inverse_of, :solr_page_size, :autosave] }
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active-fedora-9.5.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.4.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.4.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.4.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.4.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.3.0 spec/unit/builder/has_and_belongs_to_many_spec.rb