Skip to content

Commit

Permalink
When running the coverage test, correctly ignore non-bcrypt-ruby sour…
Browse files Browse the repository at this point in the history
…ce files.

Signed-off-by: Coda Hale <coda.hale@gmail.com>
  • Loading branch information
FooBarWidget authored and codahale committed Aug 12, 2009
1 parent 28e1375 commit 79bcfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -40,7 +40,7 @@ Spec::Rake::SpecTask.new(:rcov) do |t|
t.spec_opts = ['--color','--backtrace','--diff']
t.rcov = true
t.rcov_dir = 'doc/coverage'
t.rcov_opts = ['--exclude', 'spec\/spec,spec\/.*_spec.rb']
t.rcov_opts = ['--exclude', 'rspec,diff-lcs,rcov,_spec,_helper']
end

desc 'Generate RDoc'
Expand Down

0 comments on commit 79bcfae

Please sign in to comment.