Rakefile in cdyne-sms-notify-0.7.1 vs Rakefile in cdyne-sms-notify-0.8.0

- old
+ new

@@ -24,10 +24,10 @@ puts "Jeweler not found, it can be installed with the following command:\n\ngem install jeweler" end task :default => :spec -Spec::Rake::SpecTask.new('run_tests_with_rcov') do |t| +Spec::Rake::SpecTask.new('spec:rcov') do |t| t.spec_files = FileList['spec/**/*.rb'] t.rcov = true #t.rcov_opts = ['--exclude', ''] end