# frozen_string_literal: true require "bundler/gem_tasks" task :sus do sh "bundle exec sus" end task default: :sus