This commit is contained in:
Mike Dirolf 2009-03-23 13:30:55 -04:00
parent 2d841222b7
commit 7f5fce680e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ require 'rbconfig'
include Config
gem_command = "gem"
gem_command = "gem1.9" if CONFIG["MAJOR"] = "1" && CONFIG["MINOR"] = "9"
gem_command = "gem1.9" if CONFIG["MAJOR"] == "1" && CONFIG["MINOR"] == "9"
# NOTE: some of the tests assume Mongo is running
Rake::TestTask.new do |t|