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

View File

@@ -1135,7 +1135,7 @@ class SerializerTest < ActiveModel::TestCase
end end
email = email_class.new :id => 1, :subject => "Hello", :body => "World" 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({ attachment = Attachment.new({
:name => 'logo.png', :name => 'logo.png',