From adc28481f821f5d70fd941dbef1c74053e5df6e9 Mon Sep 17 00:00:00 2001 From: Krekoten' Marjan Date: Thu, 26 Aug 2010 12:36:29 +0300 Subject: [PATCH] Fix load path for ruby 1.9.2 --- Rakefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Rakefile b/Rakefile index 40fb0af..f3d6d06 100644 --- a/Rakefile +++ b/Rakefile @@ -35,6 +35,7 @@ else Spec::Rake::SpecTask.new(adapter) do |t| t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""] t.libs << "#{File.dirname(__FILE__)}/spec" + t.libs << "#{File.dirname(__FILE__)}" # t.warning = true t.spec_files = FileList['spec/**/*_spec.rb'] end -- 1.7.2