mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
ENV['RAILS_ENV'] = 'test'
|
|
|
|
require 'bundler/setup'
|
|
require 'rails'
|
|
require 'rails/test_help'
|