Sha256: 8b548fb1d28d8e75d765eb27f5548423f2c18635f01f4b9a2b915894dda2e859
Contents?: true
Size: 392 Bytes
Versions: 34
Compression:
Stored size: 392 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper.rb')) require 'rake' describe 'when the init.rb plugin loader has been included' do it 'should load the main library' do require(File.expand_path(File.join(File.dirname(__FILE__), '..', 'init'))) $".should.include(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'whiskey_disk.rb'))) end end
Version data entries
34 entries across 34 versions & 1 rubygems