(rubocop) Style/HashSyntax to use hash_rockets for consistency

This commit is contained in:
Tim Sharpe 2019-02-03 11:03:11 +11:00
parent 42014ae39f
commit fcf7154a8b
5 changed files with 35 additions and 33 deletions

View file

@ -28,4 +28,4 @@ RuboCop::RakeTask.new(:rubocop) do |task|
end
# Default task is to run the unit tests
task default: :spec
task :default => :spec