Rakefile in rubyist-aasm-2.0.0 vs Rakefile in rubyist-aasm-2.0.1

- old
+ new

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