1require 'rspec/core/rake_task' 2require 'foodcritic' 3 4RSpec::Core::RakeTask.new(:spec) 5FoodCritic::Rake::LintTask.new 6 7task default: [:spec]