summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 51921d27e67bc18f1a7d96d7e700828cb7e92c9b (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require_relative 'config/application'

Rails.application.load_tasks

task test: [:spec]