mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Fix travis
This commit is contained in:
parent
7d1568f2b8
commit
f85c624d02
@ -1135,7 +1135,7 @@ class SerializerTest < ActiveModel::TestCase
|
||||
end
|
||||
|
||||
email = email_class.new :id => 1, :subject => "Hello", :body => "World"
|
||||
orange = orange_class.new :id => 1, :plu => "3027", readable: email
|
||||
orange = orange_class.new :id => 1, :plu => "3027", :readable => email
|
||||
|
||||
attachment = Attachment.new({
|
||||
:name => 'logo.png',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user