Sha256: bca95fa2f27ac4e121777b8da524fd726e5c588190c6ac15e0f62393db667642

Contents?: true

Size: 268 Bytes

Versions: 8

Compression:

Stored size: 268 Bytes

Contents

require 'spec_helper'

describe Blacklight do
  
  context 'root' do

    let(:blroot) { File.expand_path(File.join(__FILE__, '..', '..', '..' )) }

    it 'should return the full path to the BL plugin' do
      expect(Blacklight.root).to eq blroot
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-5.17.2 spec/lib/blacklight_spec.rb
blacklight-5.17.1 spec/lib/blacklight_spec.rb
blacklight-5.17.0 spec/lib/blacklight_spec.rb
blacklight-5.16.4 spec/lib/blacklight_spec.rb
blacklight-5.16.3 spec/lib/blacklight_spec.rb
blacklight-5.16.2 spec/lib/blacklight_spec.rb
blacklight-5.16.1 spec/lib/blacklight_spec.rb
blacklight-5.16.0 spec/lib/blacklight_spec.rb