1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

rake test puts work dir on explicitly for 1.9

This commit is contained in:
Ryan Tomayko 2010-01-15 05:46:25 -08:00
parent 6c9488e22a
commit 574226fd86

View file

@ -9,7 +9,7 @@ task :spec => :test
Rake::TestTask.new(:test) do |t|
t.test_files = FileList['test/*_test.rb']
t.ruby_opts = ['-rubygems'] if defined? Gem
t.ruby_opts = ['-rubygems -I.'] if defined? Gem
end
# PACKAGING ============================================================