Sha256: a76a5aee45f16e3b75682cca6e1b2e53ce526ce0761139a1fb0f4ea3f2fb060b
Contents?: true
Size: 462 Bytes
Versions: 14
Compression:
Stored size: 462 Bytes
Contents
# # email_address_spec.rb # ConstantContact # # Copyright (c) 2013 Constant Contact. All rights reserved. require 'spec_helper' describe ConstantContact::Components::EmailAddress do describe "#from_list" do it "should return an email address" do json = load_file('email_address.json') email = ConstantContact::Components::EmailAddress.create(JSON.parse(json)) email.email_address.should eq('wm2q7rwtp77m@roving.com') end end end
Version data entries
14 entries across 14 versions & 2 rubygems