Skip to content

Commit

Permalink
remove stuff that echoe already provides, so we don't get two test su…
Browse files Browse the repository at this point in the history
…ite runs
  • Loading branch information
rsanheim committed Oct 29, 2008
1 parent 54ff080 commit 8ee0847
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ echoe = Echoe.new('tarantula') do |p|
p.development_dependencies = ['ruby-debug', 'test-spec', 'mocha']
end

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

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

desc 'Generate documentation for the tarantula plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
Expand Down

0 comments on commit 8ee0847

Please sign in to comment.