rubocop auto-fixes

This commit is contained in:
Petr Korolev
2015-03-26 15:43:47 +02:00
parent a09b6affd4
commit cca8e5d810
8 changed files with 149 additions and 175 deletions

View File

@@ -4,5 +4,4 @@ require 'rspec/core/rake_task'
RuboCop::RakeTask.new
RSpec::Core::RakeTask.new(:rspec)
task :default => [:rubocop, :rspec]
task default: [:rubocop, :rspec]