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