diff --git a/Rakefile b/Rakefile index 742cb141..b118bb2b 100755 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ Bundler::GemHelper.install_tasks name: "train" RuboCop::RakeTask.new(:lint) do |task| task.options << "--display-cop-names" end -# + # run tests task default: %i{test lint}