require 'bundler/gem_tasks' task default: :spec task :check do sh 'rubocop' end