mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Lead by example: lint PORO model
This commit is contained in:
9
test/poro_test.rb
Normal file
9
test/poro_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PoroTest < Minitest::Test
|
||||
include ActiveModel::Serializer::Lint::Tests
|
||||
|
||||
def setup
|
||||
@resource = Model.new
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user