Rakefile in lovely_rufus-0.3.1 vs Rakefile in lovely_rufus-0.3.2

- old
+ new

@@ -8,10 +8,9 @@ task.pattern = 'test/**/*_test.rb' task.warning = true end Reek::Rake::Task.new do |task| - task.config_file = 'config/reek.yml' task.fail_on_error = false end RuboCop::RakeTask.new do |task| task.options << '--display-cop-names'