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.0.0.beta1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.13.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.12.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.11.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.4 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.0.pre2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-9.10.0.pre1 spec/unit/builder/has_and_belongs_to_many_spec.rb