active_model_serializers/test/poro_test.rb
2018-12-17 16:54:56 +01:00

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