1
0
Fork 0
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:
Peter Powell 2012-05-22 20:47:15 +01:00
parent 86749b7476
commit 61c93966c1

View file

@ -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"