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