mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 14:29:31 +00:00
12 lines
191 B
Ruby
12 lines
191 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'test_helper'
|
|
|
|
class PoroTest < ActiveSupport::TestCase
|
|
include ActiveModel::Serializer::Lint::Tests
|
|
|
|
def setup
|
|
@resource = Model.new
|
|
end
|
|
end
|