Sha256: 5c6032971d2cf0fa45e4efd5056bd84fcd20eed2c46e35b140a48b9034f31a04
Contents?: true
Size: 207 Bytes
Versions: 8
Compression:
Stored size: 207 Bytes
Contents
module Fontist module Helper def stub_fontist_path_to_temp_path allow(Fontist).to receive(:fontist_path).and_return( Fontist.root_path.join("spec", "fixtures") ) end end end
Version data entries
8 entries across 7 versions & 2 rubygems