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:
parent
6c9488e22a
commit
574226fd86
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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 ============================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue