test/units/models/test_contact.rb in mls-0.7.2 vs test/units/models/test_contact.rb in mls-0.8.0
- old
+ new
@@ -1,27 +1,27 @@
require 'test_helper'
-class TestContact < ::Test::Unit::TestCase
+class TestTour < ::Test::Unit::TestCase
# def test_properties
- # tr = MLS::Contact.new
+ # tr = MLS::Tour.new
#
# assert tr.respond_to?(:message)
# end
#
# def test_attr_accessors
- # tr = MLS::Contact.new
+ # tr = MLS::Tour.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)
+ # assert MLS::Tour.respond_to?(:get_all_for_account)
+ # assert MLS::Tour.respond_to?(:create)
# end
#
# def test_parser
- # assert defined?(MLS::Contact::Parser)
+ # assert defined?(MLS::Tour::Parser)
# end
test 'it' do
@account = FactoryGirl.create(:account)
@listing = FactoryGirl.create(:listing)