Rakefile in capybara-screenshot-diff-0.3.0 vs Rakefile in capybara-screenshot-diff-0.4.0
- old
+ new
@@ -6,9 +6,5 @@
Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.libs << 'lib'
t.test_files = FileList['test/**/*_test.rb']
end
-
-require 'rubocop/rake_task'
-RuboCop::RakeTask.new
-Rake::Task[:test].enhance [:'rubocop:auto_correct']