Rakefile in intercom-0.0.3 vs Rakefile in intercom-0.0.4

- old
+ new

@@ -14,13 +14,6 @@ spec.test_files = FileList['spec/integration/**/*_spec.rb'] spec.warning = true end task :spec => "spec:unit" - -require 'rdoc/task' -RDoc::Task.new do |rd| - rd.main = "README.rdoc" - rd.rdoc_files.include("README.rdoc", "lib/**/*.rb") -end - task :default => :spec \ No newline at end of file