Rakefile in comicvine-mongo-0.1.0 vs Rakefile in comicvine-mongo-0.1.1
- old
+ new
@@ -26,10 +26,10 @@
task :default => :test
task :console do
require 'irb'
require 'irb/completion'
- require 'comicvine/scraper' # You know what to do.
+ require 'comicvine/mongo' # You know what to do.
ARGV.clear
IRB.start
end
Rake::Task['build'].enhance do