Sha256: f388bd3b6fddf8c557c701627d3476b5f907c127b6c22c1407f815912c29a734

Contents?: true

Size: 400 Bytes

Versions: 37

Compression:

Stored size: 400 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe Hydra::Catalog do
  
  before(:all) do
    class CatalogTest < ApplicationController
      include Hydra::Catalog
    end
    @catalog = CatalogTest.new
  end
  
  it "should extend classes with the necessary Hydra modules" do
    CatalogTest.included_modules.should include(Hydra::AccessControlsEnforcement)
  end
  
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
hydra-head-4.0.3 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.2 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.1 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.0 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.0.rc6 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.0.rc5 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.0.rc4 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.0.rc3 test_support/spec/lib/catalog_spec.rb
hydra-head-4.0.0.rc2 test_support/spec/lib/catalog_spec.rb
hydra-head-3.3.0 test_support/spec/lib/catalog_spec.rb
hydra-head-3.2.2 test_support/spec/lib/catalog_spec.rb
hydra-head-3.2.1 test_support/spec/lib/catalog_spec.rb
hydra-head-3.2.0 test_support/spec/lib/catalog_spec.rb
hydra-head-3.2.0.pre3 test_support/spec/lib/catalog_spec.rb
hydra-head-3.2.0.pre2 test_support/spec/lib/catalog_spec.rb
hydra-head-3.2.0.pre1 test_support/spec/lib/catalog_spec.rb
hydra-head-3.1.5 test_support/spec/lib/catalog_spec.rb
hydra-head-3.1.4 test_support/spec/lib/catalog_spec.rb
hydra-head-3.1.3 test_support/spec/lib/catalog_spec.rb
hydra-head-3.1.2 test_support/spec/lib/catalog_spec.rb