Lead by example: lint PORO model

This commit is contained in:
Benjamin Fleischer
2015-08-17 15:13:44 -05:00
parent e7d3323d23
commit dca286b0ec
3 changed files with 23 additions and 7 deletions

9
test/poro_test.rb Normal file
View File

@@ -0,0 +1,9 @@
require 'test_helper'
class PoroTest < Minitest::Test
include ActiveModel::Serializer::Lint::Tests
def setup
@resource = Model.new
end
end