Sha256: f8780f26669b1bdedf29356077f3656aed53e04d600247e7822d22c536fbd9fe
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
require 'spec_helper' describe 'initializing active-fedora in a rails 3 app' do it 'should include ActiveFedora::Railtie' do begin ActiveFedora::Railtie railtie_loaded = true rescue NameError railtie_loaded = false end expect(railtie_loaded).to be_truthy end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active-fedora-6.8.0 | spec/rails3_test_app/spec/unit/rails_3_init.rb |