Sha256: 3e3dc2add4182e860ec897cd87556e83dbf3003e2a14c2c97ae129acf966878f

Contents?: true

Size: 383 Bytes

Versions: 14

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
active-fedora-7.3.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-7.3.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.2.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.2.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-7.2.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.1.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.0.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.0.0 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.0.0.rc3 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.0.0.rc2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-8.0.0.rc1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-7.1.2 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-7.1.1 spec/unit/builder/has_and_belongs_to_many_spec.rb
active-fedora-7.1.0 spec/unit/builder/has_and_belongs_to_many_spec.rb