mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix typo in Rakefile.
This commit is contained in:
parent
86749b7476
commit
61c93966c1
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -56,7 +56,7 @@ end
|
|||
# Rcov ================================================================
|
||||
|
||||
namespace :test do
|
||||
desc 'Mesures test coverage'
|
||||
desc 'Measures test coverage'
|
||||
task :coverage do
|
||||
rm_f "coverage"
|
||||
sh "rcov -Ilib test/*_test.rb"
|
||||
|
|
Loading…
Reference in a new issue