Sha256: d389f0904d97e028cea829c5a2df9acbdf7f2ee3a91a4c7343e5537b8df40fe9
Contents?: true
Size: 271 Bytes
Versions: 42
Compression:
Stored size: 271 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
42 entries across 42 versions & 1 rubygems