diaspora_federation/test/dummy/config/environment.rb
Benjamin Neff 1dfe57ea7e
Add frozen_string_literal to all files
and remove redundant freezes
2019-10-21 03:11:12 +02:00

7 lines
157 B
Ruby

# frozen_string_literal: true
# Load the rails application
require_relative "application"
# Initialize the rails application
Rails.application.initialize!