Skip to content

Commit

Permalink
rake coverage task crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Aug 9, 2009
1 parent e51ca54 commit c124795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
@@ -1,6 +1,11 @@
= Changelog


== master

* FIXED: rake coverage task crashes.


== 0.5.0

* FIXED: Whois#whois defined as instance method but modules can't have instances!
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -41,8 +41,7 @@ Echoe.new(PKG_NAME, PKG_VERSION) do |p|
#p.add_development_dependency "echoe", "~>3.1.0"
#p.add_development_dependency "mocha", "~>0.9.0"

p.rcov_options = ["--main << README.rdoc -x Rakefile -x mocha -x rcov"]

p.rcov_options = ["-Itest -x mocha,rcov,Rakefile"]
end


Expand Down

0 comments on commit c124795

Please sign in to comment.