Rakefile in rubocop-rspec-1.0.rc2 vs Rakefile in rubocop-rspec-1.0.rc3
- old
+ new
@@ -23,10 +23,10 @@
desc 'Run RuboCop over this gem'
task :internal_investigation do
require 'rubocop-rspec'
- result = Rubocop::CLI.new.run
+ result = RuboCop::CLI.new.run
abort('RuboCop failed!') unless result == 0
end
task default: [:spec, :internal_investigation]