mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Add support for Rails 6.0.0 on Travis
This commit is contained in:
@@ -56,9 +56,8 @@ module ActiveModelSerializers
|
||||
|
||||
def test_transform_undefined
|
||||
mock_request(:blam)
|
||||
result = nil
|
||||
assert_raises NoMethodError do
|
||||
result = @adapter.serializable_hash
|
||||
@adapter.serializable_hash
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user