Sha256: 3bc837545bdb89060714b0af82a98627276a1cc08f0b21b8a318ad47689f1f6c
Contents?: true
Size: 427 Bytes
Versions: 9
Compression:
Stored size: 427 Bytes
Contents
# encoding: utf-8 # # Copyright September 2016, Jesse Doyle. All rights reserved. # # This is free software. Please see the LICENSE and COPYING files for details. describe Prawn::Icon::Base do describe 'FONTDIR' do it 'returns the data/fonts directory' do path = File.expand_path '../../..', __FILE__ path = File.join path, 'data/fonts' expect(Prawn::Icon::Base::FONTDIR).to eq(path) end end end
Version data entries
9 entries across 9 versions & 1 rubygems