Sha256: d619fb60e324fa7aa6609fa95ee807fa218f37ea73aebe05d33ece88eb3d223a

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

class PoroTest < ActiveSupport::TestCase
  include ActiveModel::Serializer::Lint::Tests

  def setup
    @resource = Model.new
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
active_model_serializers_custom-0.10.90 test/poro_test.rb
active_model_serializers-0.10.9 test/poro_test.rb