From d1a0f90b5e98eff692b4d6d4308095696063ead9 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Wed, 13 Oct 2010 18:13:47 -0400 Subject: [PATCH] minor: hash_with_indifferent fix --- Rakefile | 6 ------ test/bson/hash_with_indifferent_access_test.rb | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Rakefile b/Rakefile index 00e6959..6a85881 100644 --- a/Rakefile +++ b/Rakefile @@ -172,12 +172,6 @@ task :ydoc do system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e docs/yard_ext.rb -p docs/templates -o #{out} --title MongoRuby-#{Mongo::VERSION}" end -desc "Publish documentation to mongo.rubyforge.org" -task :publish => [:rdoc] do - # Assumes docs are in ./html - Rake::RubyForgePublisher.new(GEM, RUBYFORGE_USER).upload -end - namespace :gem do desc "Install the gem locally" diff --git a/test/bson/hash_with_indifferent_access_test.rb b/test/bson/hash_with_indifferent_access_test.rb index 0ef2ce2..130d68f 100644 --- a/test/bson/hash_with_indifferent_access_test.rb +++ b/test/bson/hash_with_indifferent_access_test.rb @@ -1,6 +1,6 @@ # encoding:utf-8 require './test/test_helper' -#require './test/support/hash_with_indifferent_access' +require './test/support/hash_with_indifferent_access' class HashWithIndifferentAccessTest < Test::Unit::TestCase include BSON