mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Make rcov excludes non-osx friendly
This commit is contained in:
parent
e090e3c59a
commit
f00863cd3d
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue