Fix travis

This commit is contained in:
Bradley Priest 2012-07-15 18:50:47 +08:00
parent 7d1568f2b8
commit f85c624d02

View File

@ -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',