spec/init_spec.rb in whiskey_disk-0.6.22 vs spec/init_spec.rb in whiskey_disk-0.6.23

- old
+ new

@@ -1,9 +1,9 @@ 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 + it 'loads 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