Skip to content

Commit

Permalink
Rakefile: Remove rcov
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jun 1, 2023
1 parent dff08c6 commit eef1fb9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,3 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task default: :spec

begin
require 'rcov/rcovtask'
Rcov::RcovTask.new do |t|
t.libs << 'lib' << 'test'
t.pattern = 'test/**/test_*.rb'
t.verbose = false
end
rescue LoadError
task :rcov do
abort "RCov is not available. In order to run rcov, you must: gem install rcov"
end
end

0 comments on commit eef1fb9

Please sign in to comment.