Skip to content
Snippets Groups Projects
Commit 214e9b8a authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove unneeded tasks from Rakefile.

parent 6cfd4d87
No related branches found
No related tags found
No related merge requests found
...@@ -8,21 +8,6 @@ Rake::TestTask.new(:test) do |test| ...@@ -8,21 +8,6 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true test.verbose = true
end end
begin
require 'rcov/rcovtask'
Rcov::RcovTask.new do |test|
test.libs << 'test'
test.pattern = 'test/**/*_test.rb'
test.verbose = true
end
rescue LoadError
task :rcov do
abort "RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov"
end
end
task :test => :check_dependencies
task :default => :test task :default => :test
require 'rake/rdoctask' require 'rake/rdoctask'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment