Skip to content

Commit

Permalink
Disabling rcov because I can't get it to work in Ruby 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 22, 2010
1 parent 761f9ef commit a768824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -46,7 +46,6 @@ end

desc "Run specs"
Spec::Rake::SpecTask.new do |t|
t.rcov = true
t.spec_opts = ["--format", "specdoc", "--colour"]
t.spec_files = FileList["spec/**/*_spec.rb"]
end

0 comments on commit a768824

Please sign in to comment.