1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

That doesn't work

This commit is contained in:
Scott Barron 2008-05-29 13:27:44 -07:00
parent f00863cd3d
commit f430051af6

View file

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