Merge pull request #96 from bradleypriest/fixbuild

Fix Travis on 1.8.7
This commit is contained in:
José Valim 2012-07-15 04:21:00 -07:00
commit f2714ace8a

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