Этот коммит содержится в:
Mattia Roccoberton
2025-03-22 09:08:36 +01:00
родитель 7d3a084977
Коммит b6f3c0c3a6
3 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@@ -4,6 +4,9 @@ require_relative 'spec_helper'
ENV['RAILS_ENV'] = 'test'
require 'simplecov'
SimpleCov.start 'rails'
require File.expand_path('dummy/config/environment.rb', __dir__)
abort('The Rails environment is running in production mode!') if Rails.env.production?