Skip to content

Commit

Permalink
Merge pull request sinatra#516 from SaberUK/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in Rakefile.
  • Loading branch information
rkh committed May 22, 2012
2 parents 86749b7 + 61c9396 commit 7614d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -56,7 +56,7 @@ end
# Rcov ================================================================ # Rcov ================================================================


namespace :test do namespace :test do
desc 'Mesures test coverage' desc 'Measures test coverage'
task :coverage do task :coverage do
rm_f "coverage" rm_f "coverage"
sh "rcov -Ilib test/*_test.rb" sh "rcov -Ilib test/*_test.rb"
Expand Down

0 comments on commit 7614d3b

Please sign in to comment.