Sha256: 9acbf7ceea6cc7f849e28629d154f9d04a28f5556c847cfcd213be9a97b45d07

Contents?: true

Size: 359 Bytes

Versions: 11

Compression:

Stored size: 359 Bytes

Contents

require 'spec_helper'

describe ActiveFedora::Associations::Builder::HasAndBelongsToMany do
  describe "valid_options" do
    subject { described_class.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

11 entries across 11 versions & 1 rubygems

Version Path
active-fedora-9.7.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.7.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.9.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.9.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.8.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.8.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.8.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.7.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.7.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.6.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.6.1 spec/unit/builder/has_and_belongs_to_many_spec.rb