Sha256: 1ef715c61017cee50216625e3242467d3896b2fe9c414d739059152bb482677a
Contents?: true
Size: 623 Bytes
Versions: 7
Compression:
Stored size: 623 Bytes
Contents
require 'test_helper' class TestContact < ::Test::Unit::TestCase # def test_properties # tr = MLS::Contact.new # # assert tr.respond_to?(:message) # end # # def test_attr_accessors # tr = MLS::Contact.new # # assert tr.respond_to?(:listing) # end # # def test_class_methods # assert MLS::Contact.respond_to?(:get_all_for_account) # assert MLS::Contact.respond_to?(:create) # end # # def test_parser # assert defined?(MLS::Contact::Parser) # end test 'it' do @account = FactoryGirl.create(:account) @listing = FactoryGirl.create(:listing) end end
Version data entries
7 entries across 7 versions & 1 rubygems