Navigation Menu

Skip to content

Commit

Permalink
removing unnecessary tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Oct 31, 2008
1 parent 7491e3a commit f9c7fc3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -5,9 +5,6 @@ require 'rake/rdoctask'
require 'hoe'
require 'lib/obsidian'

desc 'Default: run unit tests.'
task :default => :test

hoe = Hoe.new('obsidian', Obsidian::VERSION) do |p|
p.rubyforge_name = "thinkrelevance"
p.description = "It's metastable"
Expand Down Expand Up @@ -35,13 +32,6 @@ Rake::RDocTask.new(:docs) do |rd|
title = "#{hoe.rubyforge_name}'s " + title if hoe.rubyforge_name != hoe.name
end

desc 'Test obsidian.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end

begin
require 'rcov'
require "rcov/rcovtask"
Expand Down

0 comments on commit f9c7fc3

Please sign in to comment.