diff --git a/Rakefile b/Rakefile index 0aa7481..b9a260e 100644 --- a/Rakefile +++ b/Rakefile @@ -71,7 +71,7 @@ else Spec::Rake::SpecTask.new('cruise') do |t| t.spec_files = FileList['spec/**/*.rb'] t.rcov = true - t.rcov_opts = ['--exclude', 'spec', '--exclude', 'Library'] + t.rcov_opts = ['--exclude', 'spec', '--exclude', 'Library', '--exclude', 'active_record', '--exclude', 'activerecord'] end desc "Run all examples"