main
1# frozen_string_literal: true
2
3require_relative 'config/application'
4
5Rails.application.load_tasks
6
7task test: [:spec]