diff --git a/Rakefile b/Rakefile index 289e643..f38abc5 100644 --- a/Rakefile +++ b/Rakefile @@ -25,4 +25,4 @@ end Rake::Task[:spec].enhance ['spec:rubocop'] -task :default => :spec +task default: :spec