Skip to content

Commit

Permalink
removed custom rcov directory settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Feb 14, 2010
1 parent 8d1cff0 commit 8396fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,6 +2,6 @@
nbproject
pkg
rdoc
rcov
coverage
.loadpath
.project
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -10,7 +10,6 @@ Spec::Rake::SpecTask.new do |spec|
spec.spec_opts << "--color"
spec.libs += ["lib", "spec"]
spec.rcov = true
spec.rcov_dir = "rcov"
end

RCov::VerifyTask.new(:spec_verify => :spec) do |verify|
Expand Down

0 comments on commit 8396fff

Please sign in to comment.